C# Class Lever, DreamCatcher

Inheritance: MonoBehaviour
Afficher le fichier Open project: themechanicalturk/DreamCatcher Class Usage Examples

Méthodes publiques

Свойство Type Description
isTimed bool
numberOfStates int
state int
timeRemaining float
timer float

Méthodes publiques

Méthode Description
FixedUpdate ( ) : void
Start ( ) : void
Update ( ) : void
getState ( ) : int
pull ( ) : void
updateState ( ) : void

Method Details

FixedUpdate() public méthode

public FixedUpdate ( ) : void
Résultat void

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

getState() public méthode

public getState ( ) : int
Résultat int

pull() public méthode

public pull ( ) : void
Résultat void

updateState() public méthode

public updateState ( ) : void
Résultat void

Property Details

isTimed public_oe property

public bool isTimed
Résultat bool

numberOfStates public_oe property

public int numberOfStates
Résultat int

state public_oe property

public int state
Résultat int

timeRemaining public_oe property

public float timeRemaining
Résultat float

timer public_oe property

public float timer
Résultat float