Hi,
Is it possible to send an instance of a maxscript struct as a parameter/argument to a .Net method?
Struct as a parameter
jovcem
#1
jovcem
#3
Im asking about mxs struct.
Do you have some idea on how to transfer struct data to .net assembly? The struct only has properties no functions.
Well my idea is to convert struct to json string, I can do it in maxscript but I want to know if it is possible in .net.