C# Class Scene_Tracking, SlashRunner

Inheritance: MonoBehaviour
Show file Open project: matthewAURA/SlashRunner Class Usage Examples

Public Methods

Method Description
GetNextLevel ( ) : string
GetNextLevelInGame ( ) : string
GetPreviousScene ( ) : string

Private Methods

Method Description
Awake ( ) : void
Update ( ) : void

Method Details

GetNextLevel() public static method

public static GetNextLevel ( ) : string
return string

GetNextLevelInGame() public static method

public static GetNextLevelInGame ( ) : string
return string

GetPreviousScene() public static method

public static GetPreviousScene ( ) : string
return string