C# Class Game_Manager

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public List CheckList
return List

CheckpointPOS public_oe property

public Vector3 CheckpointPOS
return Vector3

MustReset public_oe property

public bool MustReset
return bool

currentLVBest public_oe property

public float currentLVBest
return float