Hello, How to add a new node at a scene at each tick of a timer, then to display at each tick the scene ? thx Christophe
@cjacquel By 'each tick' you mean each frame update? Then just override the OnUpdate in your Application subclass or any Component.
Posts
@cjacquel By 'each tick' you mean each frame update? Then just override the OnUpdate in your Application subclass or any Component.