Table of Contents

Class MonsterAnimationHandler

Namespace
DefaultNamespace
Assembly
Assembly-CSharp.dll
public class MonsterAnimationHandler : MonoBehaviour
Inheritance
MonsterAnimationHandler
Inherited Members
Extension Methods

Constructors

MonsterAnimationHandler()

public MonsterAnimationHandler()

Fields

animator

public Animator animator

Field Value

Animator

bot

public Bot bot

Field Value

Bot

grabbing

public bool grabbing

Field Value

bool

player

public Player player

Field Value

Player

strafeMovement

public bool strafeMovement

Field Value

bool

Methods

Grab()

public void Grab()

HandleAnimationTarget()

public void HandleAnimationTarget()

LateUpdate()

public void 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()

public void Start()