UNPKG

hytopia

Version:

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

24 lines (13 loc) 626 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [EntityModelNodeOverride](./server.entitymodelnodeoverride.md) &gt; [remove](./server.entitymodelnodeoverride.remove.md) ## EntityModelNodeOverride.remove() method Removes this model node override from its parent entity. **Signature:** ```typescript remove(): void; ``` **Returns:** void ## Remarks This delegates to `Entity.removeModelNodeOverride()` so that map mutation and related event emission remain centralized on the entity. \*\*Category:\*\* Entities