Optionalclip?: AnimationClip | TrackDescriptor | TrackDescriptor[]The animation clip for this state. Accepts:
AnimationClipWhen omitted, use .track() to define animation tracks inline.
OptionalcycleOffset?: numberNormalized cycle offset 0-1 (default: 0)
OptionalcycleOffsetParameter?: stringName of a float parameter to use as cycle offset
Optionalloop?: booleanWhether the animation should loop (default: false)
Optionalspeed?: numberBase speed multiplier (default: 1)
OptionalspeedParameter?: stringName of a float parameter to multiply with speed
Configuration for an animation state in the builder