SceneState
enum SceneState
Describes the state of a scene.
Enumeration Members
AfterTransitionIn
The scene has finished transitioning in.
Informs the Project that the previous scene is no longer necessary and can be disposed of.
CanTransitionOut
The scene is ready to transition out.
Informs the project that the next scene can begin.
The next
method will still be invoked until the next scene
enters AfterTransitionIn
.
Finished
Finished: 3
The scene has finished.
Invoking next
won't have any effect.
Initial
Initial: 0
The scene has just been created/reset.