Table of Contents

Class AnimationNotifier

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

Class for define a notifier for animation proxy montage

public class AnimationNotifier
Inheritance
AnimationNotifier
Derived
Inherited Members

Constructors

AnimationNotifier()

public AnimationNotifier()

AnimationNotifier(int, float)

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

Parameters

layer int
normalizedTime float

Properties

Layer

Animator layer to observe if montage use animator controller

public int Layer { get; }

Property Value

int

NormalizedTime

Normalized time to observe, do not observe time if less than zero

public float NormalizedTime { get; }

Property Value

float

Methods

CanNotify(AnimationProxy, LayerHandle, float)

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

Parameters

animationProxy AnimationProxy
layerHandle LayerHandle
lastTime float

Returns

bool