SceneInfo
class in Digicrafts.SceneFlow
Description
The container class use to store the information of a scene defined in the Scene Flow Graph.
Public Properties
Name
Type
Description
UID
string
Unique Identify for each scene
SceneGUID
string
GUID of the scene in the project.
SceneName
string
Name of the scene
ScenePath
string
Path to loading the scene
Async
bool
The scene load asynchronously.
WaitTimeout
float
The time in seconds before appear on screen after loaded.
loadingScene
string
Name of the loading scene.
loadingScenePath
string
Path of the loading scene.
Last updated