Page 1 of 1

C# script : STATIC class

Posted: 31 Aug 2020, 08:19
by MATIM
Hi,
is there a way to use static class and variable with the c# script node in Ventuz.

I try to instanciate a cluster variable in a c# script node
then access this variable between severals c# script node in my project.

Is this possible ?

Thanks

Mat.

Re: C# script : STATIC class

Posted: 31 Aug 2020, 12:08
by Karol
Hi Mat,

unfortunately this is not possible.

Best Regards
Karol

Re: C# script : STATIC class

Posted: 31 Aug 2020, 13:18
by sribas
You can try to output variables from others scripts and inject them into main script.
But it will be simplest to regroup everything into a same script.