Table of Contents

Class PlayerAnimationHandler

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

Constructors

PlayerAnimationHandler()

public PlayerAnimationHandler()

Fields

animator

public Animator animator

Field Value

Animator

cor

public Coroutine cor

Field Value

Coroutine

movementType

public float movementType

Field Value

float

player

public Player player

Field Value

Player

stanceType

public float stanceType

Field Value

float

Methods

HandleAnimationTarget()

public void HandleAnimationTarget()

PlayAnimation(string)

public void PlayAnimation(string animationName)

Parameters

animationName string

PlayEmote(string, float)

public void PlayEmote(string emoteName, float emoteLength)

Parameters

emoteName string
emoteLength float

SetAnimatorValues()

public void SetAnimatorValues()

Start()

public void Start()

StartSleep()

public void StartSleep()

StopSleep()

public void StopSleep()

Update()

public void Update()