Click or drag to resize

SceneDirector Methods

The SceneDirector type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFade

Fade the screen.

Can be await-ed upon.

Public methodStatic memberFadeIn

Fade in the screen.

Can be await-ed upon.

Public methodStatic memberFadeOut

Fade out the screen.

Can be await-ed upon.

Public methodStatic memberIsScene
Returns whether the active scene is a particular one.
Public methodStatic memberLoadScene

Load a scene.

Can be await-ed upon.

Public methodStatic memberReloadScene

Reload the active scene.

Can be await-ed upon.

Top
See Also