C# Class GM, Gadgets

Inheritance: MonoBehaviour
Afficher le fichier Open project: RITGameDev/Gadgets Class Usage Examples

Méthodes publiques

Свойство Type Description
levelTime float
timeMet Slider

Méthodes publiques

Méthode Description
Awake ( ) : void
NextLvl ( ) : void
Sprinkle ( ) : void
Update ( ) : void
diceRoll ( ) : void

Method Details

Awake() public méthode

public Awake ( ) : void
Résultat void

NextLvl() public méthode

public NextLvl ( ) : void
Résultat void

Sprinkle() public méthode

public Sprinkle ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

diceRoll() public méthode

public diceRoll ( ) : void
Résultat void

Property Details

levelTime public_oe property

public float levelTime
Résultat float

timeMet public_oe property

public Slider timeMet
Résultat Slider