Page 2 of 2

Re: Scene Portal Issue

Posted: Tue Jun 19, 2018 8:41 am
by Tony Li
That would be the cleanest solution. But, if not, it wouldn't be the first integration for which I've had to use reflection to access private variables.

Re: Scene Portal Issue

Posted: Tue Jun 19, 2018 9:55 am
by magique
I didn't know you could access private variables with reflection. I come from a C++ background and some of C# is still a mystery to me. I'll have to look into that someday.