Jump to content

[SOLVED] How do I add self-update class?


photo

Recommended Posts

Well, I have a class that required to be self-updated every frame.

 

Is there a good way to make a class call its own update() function after it has been instantiated, without having to call upon it on the main thread?

(I don't want to use while loop inside its own script neither.. if you catch my drift.)

Link to comment
×
×
  • Create New...