Scene Flow
  • What is Scene Flow?
  • Installation
  • How to use Scene Flow
  • Exploring the Scene Flow Editor
    • Keyboard Shortcuts
  • 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
On this page
  • Description
  • Public Properties

Was this helpful?

  1. API References

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.

PreviousSceneAction

Last updated 6 years ago

Was this helpful?