---
title: hidden
framework: modelio
role: symbol
role_heading: Instance Property
path: modelio/mdlobject/hidden
---

# hidden

A Boolean value indicating whether this object should be used in rendering.

## Declaration

```swift
var hidden: Bool { get set }
```

## Discussion

Discussion Model I/O is not a renderer, so this property is purely informational. Renderers using assets imported using Model I/O can use this property to determine whether to include meshes in a rendered scene, apply lighting from light sources, and so on.

## See Also

### Managing Rendering Intent

- [instance](modelio/mdlobject/instance.md)
- [path](modelio/mdlobject/path.md)
- [components](modelio/mdlobject/components.md)
