C# Class SwitchScene, GGJ2016

Inheritance: MonoBehaviour
显示文件 Open project: azokal/GGJ2016 Class Usage Examples

Public Properties

Property Type Description
SceneName string

Public Methods

Method Description
Start ( ) : void
ToOtherScene ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

ToOtherScene() public method

public ToOtherScene ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

SceneName public_oe property

public string SceneName
return string