C# Class SceneTransition, SteamWorkshopUploader

Inheritance: MonoBehaviour
Show file Open project: nihilocrat/SteamWorkshopUploader Class Usage Examples

Public Properties

Property Type Description
automatic bool
delay float
nextSceneIndex int
nextSceneName string

Public Methods

Method Description
OnNextScene ( ) : void
Start ( ) : void

Method Details

OnNextScene() public method

public OnNextScene ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

automatic public property

public bool automatic
return bool

delay public property

public float delay
return float

nextSceneIndex public property

public int nextSceneIndex
return int

nextSceneName public property

public string nextSceneName
return string