C# Class armAnimationController, PGP2

Inheritance: MonoBehaviour
Exibir arquivo Open project: theiis/PGP2

Public Properties

Property Type Description
grab bool
readyForGrab 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

grab public_oe property

public bool grab
return bool

readyForGrab public_oe property

public bool readyForGrab
return bool