Click or drag to resize

GH_AnimationPhase Enumeration

Enumerates the possible phases in which an animation can occur.

Namespace:  Grasshopper.GUI
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public enum GH_AnimationPhase
Members
  Member nameValueDescription
Before0 Animation hasn't started yet.
During1 Animation currently in progress.
After2 Animation has finished.
See Also