Table of Contents

Enum VisibilityState

Namespace
TMPEffects.CharacterData
Assembly
TMPEffects.dll

A character's visibility state.
A character can be either fully shown or hidden, or in the process of being shown or hidden.

public enum VisibilityState

Fields

Hidden = -10

The character is fully hidden.

Hiding = -5

The character is in the process of being hidden.

Showing = 5

The character is in the process of being shown.

Shown = 10

The character is fully shown.