SceneManager.lazyAdd

Function for lazy loading scenes. In the chalon only specifies the scene. At the same time, it will be listed in the scene list, however, its resources will not be loaded until the control goes to it. After the context change, it does not need to be re-shipped.

class SceneManager
@safe
void
lazyAdd
(
T
)
()
if ()

Parameters

T

Lazy scene.

Meta