UNPKG

hytopia

Version:

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

54 lines (26 loc) 718 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; [setTintColor](./server.entity.settintcolor.md) ## Entity.setTintColor() method Sets the tint color of the entity. **Signature:** ```typescript setTintColor(tintColor: RgbColor | undefined): void; ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> tintColor </td><td> [RgbColor](./server.rgbcolor.md) \| undefined </td><td> The tint color of the entity. </td></tr> </tbody></table> **Returns:** void