C# Class PlayerDeathController, Viewport

Inheritance: MonoBehaviour
Afficher le fichier Open project: tws2xa/Viewport Class Usage Examples

Méthodes publiques

Méthode Description
getPrevState ( ) : bool
getTimer ( ) : float
setPrevState ( bool prevState ) : void
setTimer ( float timer ) : void

Method Details

getPrevState() public méthode

public getPrevState ( ) : bool
Résultat bool

getTimer() public méthode

public getTimer ( ) : float
Résultat float

setPrevState() public méthode

public setPrevState ( bool prevState ) : void
prevState bool
Résultat void

setTimer() public méthode

public setTimer ( float timer ) : void
timer float
Résultat void