Class GenericAnimation
- Namespace
- TMPEffects.TMPAnimations
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
Repeat
public bool Repeat { get; set; }
Property Value
Tracks
public GenericAnimationUtility.TrackList Tracks { get; set; }
Property Value
Methods
OnValidate()
protected override void OnValidate()