C# Class Game_Manager

Inheritance: MonoBehaviour
Show file Open project: gsabourin/timebanana Class Usage Examples

Public Properties

Property Type Description
CheckList List
CheckpointPOS Vector3
MustReset bool
currentLVBest float

Public Methods

Method Description
LoadSaves ( ) : void
OnTriggerEnter ( Collider other ) : void
Save ( ) : void
Start ( ) : void
Update ( ) : void

Private Methods

Method Description
Wait ( ) : IEnumerator
WaitEnd ( ) : IEnumerator

Method Details

LoadSaves() public method

public LoadSaves ( ) : void
return void

OnTriggerEnter() public method

public OnTriggerEnter ( Collider other ) : void
other Collider
return void

Save() public method

public Save ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

CheckList public property

public List CheckList
return List

CheckpointPOS public property

public Vector3 CheckpointPOS
return Vector3

MustReset public property

public bool MustReset
return bool

currentLVBest public property

public float currentLVBest
return float