SceneActionManager
class in Digicrafts.SceneFlow
Description
Static Methods
Public Methods
Example
// Invoke the action named "Back to Main" defined in current scene.
SceneActionManager.GetCurrentActionManager().CallActionWithName("Back to Main");Last updated
Was this helpful?