Table of Contents

Interface IAnimationData

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

IAnimatorContext

CustomData

The custom data object.

object CustomData { get; }

Property Value

object

SegmentData

Data about the animation segment.

SegmentData SegmentData { get; }

Property Value

SegmentData