UNPKG

hytopia

Version:

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

17 lines (11 loc) 674 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [PlayerCameraEventPayloads](./server.playercameraeventpayloads.md) &gt; ["PLAYER\_CAMERA.SET\_MODEL\_HIDDEN\_NODES"](./server.playercameraeventpayloads._player_camera.set_model_hidden_nodes_.md) ## PlayerCameraEventPayloads."PLAYER\_CAMERA.SET\_MODEL\_HIDDEN\_NODES" property Emitted when the nodes of the model the camera is attached to are set to be hidden. **Signature:** ```typescript [PlayerCameraEvent.SET_MODEL_HIDDEN_NODES]: { playerCamera: PlayerCamera; modelHiddenNodes: Set<string>; }; ```