hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
17 lines (11 loc) • 668 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [PlayerCameraEventPayloads](./server.playercameraeventpayloads.md) > ["PLAYER\_CAMERA.SET\_MODEL\_SHOWN\_NODES"](./server.playercameraeventpayloads._player_camera.set_model_shown_nodes_.md)
## PlayerCameraEventPayloads."PLAYER\_CAMERA.SET\_MODEL\_SHOWN\_NODES" property
Emitted when the nodes of the model the camera is attached to are set to be shown.
**Signature:**
```typescript
[PlayerCameraEvent.SET_MODEL_SHOWN_NODES]: {
playerCamera: PlayerCamera;
modelShownNodes: Set<string>;
};
```