C# Class AnimationTileMotor, MagesOfBlight

Inheritance: TileMotor
Exibir arquivo Open project: DomCristaldi/MagesOfBlight

Public Properties

Property Type Description
walkAnimMaxVal float

Protected Properties

Property Type Description
_animController Animator
_rmCapture RootMotionCapture,
agentAnimControl AgentAnimController,
movementBlend string

Protected Methods

Method Description
Awake ( ) : void
HandleAnimations ( ) : void
MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
Update ( ) : void

Method Details

Awake() protected method

protected Awake ( ) : void
return void

HandleAnimations() protected method

protected HandleAnimations ( ) : void
return void

MoveToLocationMethod() protected method

protected MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
position Vector3
destination Vector3
deltaTime float
return Vector3

Update() protected method

protected Update ( ) : void
return void

Property Details

_animController protected_oe property

protected Animator _animController
return Animator

_rmCapture protected_oe property

protected RootMotionCapture, _rmCapture
return RootMotionCapture,

agentAnimControl protected_oe property

protected AgentAnimController, agentAnimControl
return AgentAnimController,

movementBlend protected_oe property

protected string movementBlend
return string

walkAnimMaxVal public_oe property

public float walkAnimMaxVal
return float