Scene Flow
Download from Asset Store
Product Page
Digicrafts
Search…
What is Scene Flow?
Installation
How to use Scene Flow
Exploring the Scene Flow Editor
Tutorials
Create a basic flow
Create flow with overlay UI
Using Events
Set default loading scene
Working with Play Maker
API References
SceneFlowManager
SceneActionManager
SceneAction
SceneInfo
Powered By
GitBook
SceneAction
class in Digicrafts.SceneFlow
Description
The container class use to store the scene action defined in the
Scene Flow Graph.
Public Properties
Name
Type
Description
UID
string
Unique Identify for each action
Name
string
Display name of each action
Type
string
Type of the action.
CurrentScene
string
The UID of scene where the action in.
DestinationScene
string
The UID of scene where the action to.
Action
string
The UID of action to trigger
API References - Previous
SceneActionManager
Next - API References
SceneInfo
Last modified
3yr ago
Copy link
Contents
Description
Public Properties