Table of Contents

Class GenericAnimation

A generic ITMPAnimation, allowing you to create animations in the inspector.

public sealed class GenericAnimation : TMPAnimation, ITMPAnimation, ITMPParameterValidator, INotifyObjectChanged, IGenericAnimation
Inheritance
GenericAnimation
Implements
Inherited Members

Properties

Duration

public float Duration { get; set; }

Property Value

float

Repeat

public bool Repeat { get; set; }

Property Value

bool

Tracks

public GenericAnimationUtility.TrackList Tracks { get; set; }

Property Value

GenericAnimationUtility.TrackList

Methods

OnValidate()

protected override void OnValidate()