<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "RealityKit",
  "identifier" : "/documentation/RealityKit/LowLevelRenderer/CameraArray/subscript(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Subscript",
  "symbol" : {
    "kind" : "Instance Subscript",
    "modules" : [
      "RealityKit"
    ],
    "preciseIdentifier" : "s:19RealityCoreRenderer08LowLevelC0C11CameraArrayVyAC0F0VSicip"
  },
  "title" : "subscript(_:)"
}
-->

# subscript(_:)

Returns or sets the camera at the given index.

```
subscript(index: Int) -> LowLevelRenderer.Camera { get set }
```

## Parameters

`index`

The zero-based index of the camera to access.

## Return Value

The [`LowLevelRenderer.Camera`](/documentation/RealityKit/LowLevelRenderer/Camera) at `index`.

---

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)