UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

17 lines (11 loc) 758 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [EntityModelAnimationEventPayloads](./server.entitymodelanimationeventpayloads.md) &gt; ["ENTITY\_MODEL\_ANIMATION.SET\_CLAMP\_WHEN\_FINISHED"](./server.entitymodelanimationeventpayloads._entity_model_animation.set_clamp_when_finished_.md) ## EntityModelAnimationEventPayloads."ENTITY\_MODEL\_ANIMATION.SET\_CLAMP\_WHEN\_FINISHED" property Emitted when the clamp when finished setting of an entity model animation is set. **Signature:** ```typescript [EntityModelAnimationEvent.SET_CLAMP_WHEN_FINISHED]: { entityModelAnimation: EntityModelAnimation; clampWhenFinished: boolean; }; ```