Table of Contents

Enum TMPAnimationType

Namespace
TMPEffects.Components.Animator
Assembly
TMPEffects.dll

To be used with TMPAnimator.
Identifies a specific type of animation.

public enum TMPAnimationType : short

Fields

Basic = 0

The "standard" animation type.
Animations of this type are updated continuously.

Hide = 10

Animations of this type are played when a character is hidden.

Show = 5

Animations of this type are played when a character is shown.