API reference
API reference
Select your platform
No SDKs available
No versions available

PanelQuadCylinderAnimationStatus Enum

Tracks the lifecycle state of a panel quad-to-cylinder animation transition. Used by PanelQuadCylinderLocalState to report whether an animation has been initialized, is actively interpolating, or has finished. The animation system checks this status each frame to determine whether to continue updating panel geometry.

Signature

enum PanelQuadCylinderAnimationStatus : Enum<PanelQuadCylinderAnimationStatus> 

Enumeration Constants

MemberDescription
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.