Table of Contents

Class AnimationStateNotifier

Namespace
Ceres.Gameplay.Animations
Assembly
Ceres.Gameplay.dll

Notifier with specific animation state hash

public class AnimationStateNotifier : AnimationNotifier
Inheritance
AnimationStateNotifier
Inherited Members

Constructors

AnimationStateNotifier(int, int, float)

public AnimationStateNotifier(int stateHash, int layer = 0, float normalizedTime = -1)

Parameters

stateHash int
layer int
normalizedTime float

AnimationStateNotifier(string, int, float)

public AnimationStateNotifier(string stateName, int layer = 0, float normalizedTime = -1)

Parameters

stateName string
layer int
normalizedTime float

Fields

StateHash

public readonly int StateHash

Field Value

int

Methods

CanNotify(AnimationProxy, LayerHandle, float)

public override bool CanNotify(AnimationProxy animationProxy, LayerHandle layerHandle, float lastTime)

Parameters

animationProxy AnimationProxy
layerHandle LayerHandle
lastTime float

Returns

bool