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'm trying to use HYPE in a OOP structure, with each class holding an instance of HYPE.
Because of this, I need to position each instance of it, but am unsure in what class level (H, HDrawable, HStage) to do so... and exactly how to access the members of the child classes properly...
The text was updated successfully, but these errors were encountered:
From my experience, you can use loc() on HDrawable, and from my code
venturing I found that HStage have the childs you need. So you find
HStage()._firstChild and iterate through all childs...
Hope I helped
Hi....
I'm trying to use HYPE in a OOP structure, with each class holding an instance of HYPE.
Because of this, I need to position each instance of it, but am unsure in what class level (H, HDrawable, HStage) to do so... and exactly how to access the members of the child classes properly...
The text was updated successfully, but these errors were encountered: