Enum VisibilityState
- Namespace
- TMPEffects.CharacterData
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 = -10The character is fully hidden.
Hiding = -5The character is in the process of being hidden.
Showing = 5The character is in the process of being shown.
Shown = 10The character is fully shown.