C# Class AnimationStateController, PGP2

Inheritance: MonoBehaviour
Afficher le fichier Open project: theiis/PGP2 Class Usage Examples

Méthodes publiques

Свойство Type Description
bagAnimation Animation
endAnimation bool
equipInventory bool
equippedInventory bool
handGrab bool
handOpen bool
idle bool
unEquipInventory bool
walkBackwards bool
walkForwards bool

Protected Properties

Свойство Type Description
animator Animator

Méthodes publiques

Méthode Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public méthode

public Start ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void

Property Details

animator protected_oe property

protected Animator animator
Résultat Animator

bagAnimation public_oe property

public Animation bagAnimation
Résultat Animation

endAnimation public_oe property

public bool endAnimation
Résultat bool

equipInventory public_oe property

public bool equipInventory
Résultat bool

equippedInventory public_oe property

public bool equippedInventory
Résultat bool

handGrab public_oe property

public bool handGrab
Résultat bool

handOpen public_oe property

public bool handOpen
Résultat bool

idle public_oe property

public bool idle
Résultat bool

unEquipInventory public_oe property

public bool unEquipInventory
Résultat bool

walkBackwards public_oe property

public bool walkBackwards
Résultat bool

walkForwards public_oe property

public bool walkForwards
Résultat bool