Enum Toggle.ToggleTransition
Display settings for when a toggle is activated or deactivated.
Namespace: UnityEngine.UI
Assembly: UnityEngine.UI.dll
Syntax
public enum Toggle.ToggleTransition
Fields
Name | Description |
---|---|
Fade | Fade the toggle in / out smoothly. |
None | Show / hide the toggle instantly |