<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [PlayerCamera](./server.playercamera.md) &gt; [modelShownNodes](./server.playercamera.modelshownnodes.md)

## PlayerCamera.modelShownNodes property

The nodes of the model the camera is attached to that will be rendered for the player, overriding hidden nodes. Uses case insensitive substring matching.

**Signature:**

```typescript
get modelShownNodes(): Set<string>;
```
