hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
17 lines (11 loc) • 537 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityEventPayloads](./server.entityeventpayloads.md) > ["ENTITY.SET\_MODEL\_SCALE"](./server.entityeventpayloads._entity.set_model_scale_.md)
## EntityEventPayloads."ENTITY.SET\_MODEL\_SCALE" property
Emitted when the scale of the entity's model is set.
**Signature:**
```typescript
[EntityEvent.SET_MODEL_SCALE]: {
entity: Entity;
modelScale: number;
};
```