Grasshopper API
GH_FadePhase Enumeration |
Enumerates the possible states of a ZUI fade animation.
Namespace: Grasshopper.GUI
Assembly: Grasshopper (in Grasshopper.dll)


Member name | Value | Description | |
---|---|---|---|
Hidden | 0 | Indicates the UI elements ought to be hidden. | |
Hiding | 1 | Indicates the UI elements are in the process of being hidden. | |
Shown | 2 | Indicates the UI elements ought to be shown. | |
Showing | 3 | Indicates the UI elements are in the process of being shown. |
