<!-- 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\_WEIGHT"](./server.entitymodelanimationeventpayloads._entity_model_animation.set_weight_.md)

## EntityModelAnimationEventPayloads."ENTITY\_MODEL\_ANIMATION.SET\_WEIGHT" property

Emitted when the weight of an entity model animation is set.

**Signature:**

```typescript
[EntityModelAnimationEvent.SET_WEIGHT]: {
        entityModelAnimation: EntityModelAnimation;
        weight: number;
    };
```
