enum PanelQuadCylinderAnimationStatus : Enum<PanelQuadCylinderAnimationStatus>
| Member | Description |
|---|---|
START |
The animation has been initialized but has not yet begun interpolating between panel shapes. The panel retains its original geometry until the system processes it.
|
PLAYING |
The animation is actively running and the panel geometry is being interpolated between quad and cylinder shapes each frame by the animation system.
|
COMPLETED |
The animation has finished and the panel has reached its target shape. No further geometry updates will be applied by the panel animation system.
|