hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
52 lines (25 loc) • 840 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [EntityModelNodeOverride](./server.entitymodelnodeoverride.md) > [(constructor)](./server.entitymodelnodeoverride._constructor_.md)
## EntityModelNodeOverride.(constructor)
Creates a new EntityModelNodeOverride instance.
**Signature:**
```typescript
constructor(options: EntityModelNodeOverrideOptions);
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
options
</td><td>
[EntityModelNodeOverrideOptions](./server.entitymodelnodeoverrideoptions.md)
</td><td>
The options for the model node override.
\*\*Category:\*\* Entities
</td></tr>
</tbody></table>