C# Class LevelLoader, Ninja_Dudes

Inheritance: MonoBehaviour
显示文件 Open project: GDCASU/Ninja_Dudes Class Usage Examples

Public Methods

Method Description
LoadLevel ( int index ) : void
Start ( ) : void
Update ( ) : void

Method Details

LoadLevel() public method

public LoadLevel ( int index ) : void
index int
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void