C# Class LoadAfterTimeout

Inheritance: MonoBehaviour
ファイルを表示 Open project: bttfgames/shaman-says

Public Properties

Property Type Description
LevelToLoad string
SecondsToWait int

Public Methods

Method Description
Awake ( ) : void

Private Methods

Method Description
LoadLevel ( ) : void

Method Details

Awake() public method

public Awake ( ) : void
return void

Property Details

LevelToLoad public_oe property

public string LevelToLoad
return string

SecondsToWait public_oe property

public int SecondsToWait
return int