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
Properties
Layer
Animator layer to observe if montage use animator controller
public int Layer { get; }
Property Value
NormalizedTime
Normalized time to observe, do not observe time if less than zero
public float NormalizedTime { get; }
Property Value
Methods
CanNotify(AnimationProxy, LayerHandle, float)
public virtual bool CanNotify(AnimationProxy animationProxy, LayerHandle layerHandle, float lastTime)
Parameters
animationProxyAnimationProxylayerHandleLayerHandlelastTimefloat