C# Class armAnimationController, PGP2

Inheritance: MonoBehaviour
Show file 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 property

protected Animator animator
return Animator

grab public property

public bool grab
return bool

readyForGrab public property

public bool readyForGrab
return bool