UNPKG

hytopia

Version:

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

56 lines (27 loc) 807 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [Entity](./server.entity.md) &gt; [removeModelNodeOverrides](./server.entity.removemodelnodeoverrides.md) ## Entity.removeModelNodeOverrides() method Removes multiple model node overrides from the entity's model. **Signature:** ```typescript removeModelNodeOverrides(nameMatches: string[]): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> nameMatches </td><td> string\[\] </td><td> The name matches of the model node overrides to remove. \*\*Category:\*\* Entities </td></tr> </tbody></table> **Returns:** void