C# Class AnimationTileMotor, MagesOfBlight

Inheritance: TileMotor
Afficher le fichier Open project: DomCristaldi/MagesOfBlight

Méthodes publiques

Свойство Type Description
walkAnimMaxVal float

Protected Properties

Свойство Type Description
_animController Animator
_rmCapture RootMotionCapture,
agentAnimControl AgentAnimController,
movementBlend string

Méthodes protégées

Méthode Description
Awake ( ) : void
HandleAnimations ( ) : void
MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
Update ( ) : void

Method Details

Awake() protected méthode

protected Awake ( ) : void
Résultat void

HandleAnimations() protected méthode

protected HandleAnimations ( ) : void
Résultat void

MoveToLocationMethod() protected méthode

protected MoveToLocationMethod ( Vector3 position, Vector3 destination, float deltaTime ) : Vector3
position Vector3
destination Vector3
deltaTime float
Résultat Vector3

Update() protected méthode

protected Update ( ) : void
Résultat void

Property Details

_animController protected_oe property

protected Animator _animController
Résultat Animator

_rmCapture protected_oe property

protected RootMotionCapture, _rmCapture
Résultat RootMotionCapture,

agentAnimControl protected_oe property

protected AgentAnimController, agentAnimControl
Résultat AgentAnimController,

movementBlend protected_oe property

protected string movementBlend
Résultat string

walkAnimMaxVal public_oe property

public float walkAnimMaxVal
Résultat float