Class MonsterAnimationHandler
- Namespace
- DefaultNamespace
- Assembly
- Assembly-CSharp.dll
public class MonsterAnimationHandler : MonoBehaviour
- Inheritance
-
MonsterAnimationHandler
- Inherited Members
-
- Extension Methods
-
Constructors
MonsterAnimationHandler()
public MonsterAnimationHandler()
Fields
animator
Field Value
- Animator
bot
Field Value
- Bot
grabbing
Field Value
- bool
player
Field Value
- Player
strafeMovement
public bool strafeMovement
Field Value
- bool
Methods
Grab()
HandleAnimationTarget()
public void HandleAnimationTarget()
LateUpdate()
PlayAnimation(string)
public void PlayAnimation(string animName)
Parameters
animName
string
SetAnimatorValues()
public void SetAnimatorValues()
SetFloat(string, float)
public void SetFloat(string floatName, float floatValue)
Parameters
floatName
string
floatValue
float
Start()