C# Class MiniGame, otterspace

Inheritance: MonoBehaviour
Afficher le fichier Open project: dimo2/otterspace Class Usage Examples

Protected Properties

Свойство Type Description
timeFactor float

Méthodes publiques

Méthode Description
Destroy ( ) : void
GetState ( ) : State,
StartGame ( float tF ) : void

Méthodes protégées

Méthode Description
Lose ( ) : void
Win ( ) : void

Method Details

Destroy() public méthode

public Destroy ( ) : void
Résultat void

GetState() public méthode

public GetState ( ) : State,
Résultat State,

Lose() protected méthode

protected Lose ( ) : void
Résultat void

StartGame() public méthode

public StartGame ( float tF ) : void
tF float
Résultat void

Win() protected méthode

protected Win ( ) : void
Résultat void

Property Details

timeFactor protected_oe property

protected float timeFactor
Résultat float