---
title: "bufferSlice(at:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/lowlevelargumenttable/bufferslice(at:)"
---

# bufferSlice(at:)

Returns the buffer slice bound at the given index, or nil if the slot is unset.

## Declaration

```swift
final func bufferSlice(at index: Int) -> LowLevelBufferSlice?
```

## Parameters

- `index`: The slot index within the argument table’s buffer array.

## Return Value

Return Value The buffer slice at index, or nil if the slot is unoccupied.

## See Also

### Accessing buffer slices

- [setBufferSlice(_:at:)](realitykit/lowlevelargumenttable/setbufferslice(_:at:).md)
