initialize

open suspend fun initialize()

Initializes the root Node and InputProcessor. This must be called before an update or render calls.


open suspend fun Node.initialize()

Lifecycle method. This is called whenever the SceneGraph is set before initialize is called. Any nodes added to this Node context won't be added until the next frame update.