---
title: "init(visualizationMode:)"
framework: realitykit
role: symbol
role_heading: Initializer
path: "realitykit/modeldebugoptionscomponent/init(visualizationmode:)"
---

# init(visualizationMode:)

Creates a component that isolates a portion of the rendering process and displays it as the entity’s surface texture.

## Declaration

```swift
init(visualizationMode: ModelDebugOptionsComponent.VisualizationMode = .none)
```

## Parameters

- `visualizationMode`: The portion of the rendering process to use as the entity’s surface texture.
