---
title: init()
framework: realitykit
role: symbol
role_heading: Initializer
path: realitykit/arview/rendercallbacks-swift.struct/init()
---

# init()

Creates a new object.

## Declaration

```swift
init()
```

## Discussion

Discussion When you create a new ARView, it automatically creates an ARView.RenderCallbacks object and assigns it to the renderCallbacks property. Your code won’t usually need to create ARView.RenderCallbacks objects.
