Interface IAnimationData
- Namespace
- TMPEffects.TMPAnimations
Provides general data about the animation.
public interface IAnimationData : IAnimationFinished
- Inherited Members
Properties
AnimatorContext
The context of the animating TMPAnimator.
IAnimatorContext AnimatorContext { get; }
Property Value
CustomData
The custom data object.
object CustomData { get; }
Property Value
SegmentData
Data about the animation segment.
SegmentData SegmentData { get; }