C# Class AnimationStateController, PGP2

Inheritance: MonoBehaviour
Mostra file Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
bagAnimation Animation
endAnimation bool
equipInventory bool
equippedInventory bool
handGrab bool
handOpen bool
idle bool
unEquipInventory bool
walkBackwards bool
walkForwards bool

Protected Properties

Property Type Description
animator Animator

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

animator protected_oe property

protected Animator animator
return Animator

bagAnimation public_oe property

public Animation bagAnimation
return Animation

endAnimation public_oe property

public bool endAnimation
return bool

equipInventory public_oe property

public bool equipInventory
return bool

equippedInventory public_oe property

public bool equippedInventory
return bool

handGrab public_oe property

public bool handGrab
return bool

handOpen public_oe property

public bool handOpen
return bool

idle public_oe property

public bool idle
return bool

unEquipInventory public_oe property

public bool unEquipInventory
return bool

walkBackwards public_oe property

public bool walkBackwards
return bool

walkForwards public_oe property

public bool walkForwards
return bool