<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: 15.0.0 -",
    "macOS: 12.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/ARView/RenderCallbacks-swift.struct/init()",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:10RealityKit6ARViewC15RenderCallbacksVAEycfc"
  },
  "title" : "init()"
}
-->

# init()

Creates a new object.

```
init()
```

## Discussion

When you create a new [`ARView`](/documentation/RealityKit/ARView), it automatically creates an
[`ARView.RenderCallbacks`](/documentation/RealityKit/ARView/RenderCallbacks-swift.struct) object and assigns it to the
[`renderCallbacks`](/documentation/RealityKit/ARView/renderCallbacks-swift.property) property. Your code won’t
usually need to create [`ARView.RenderCallbacks`](/documentation/RealityKit/ARView/RenderCallbacks-swift.struct)
objects.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)