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