You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a singleton class called Settings with lots of public instance members (mostly ints & floats). Is it possible to bind public instance members from c++ to javascript using vu8? How do I go about it?
Cheers.
Steve.
The text was updated successfully, but these errors were encountered:
Sorry haven't had a chance to do this yet, at the moment you have to create wrappers. I have a different solution to this planned, allowing you to wrap class methods with a function taking the class as the first parameter. Then you can create forwarding functions independently of the class interface. It might be worth supporting members accessed directly though.
I've got a singleton class called Settings with lots of public instance members (mostly ints & floats). Is it possible to bind public instance members from c++ to javascript using vu8? How do I go about it?
Cheers.
Steve.
The text was updated successfully, but these errors were encountered: