---
title: InternalBindPath
framework: realitykit
role: symbol
role_heading: Structure
path: realitykit/internalbindpath
---

# InternalBindPath

A bind target for framework-provided properties.

## Declaration

```swift
struct InternalBindPath
```

## Overview

Overview This structure defines a bind path for the BindTarget.internal(_:) case. As a reference to framework properties, this bind target hides its path. You can, however, store and assign instances of this structure.

## See Also

### Bindable animation targets

- [BindPath](realitykit/bindpath.md)
- [BindTarget](realitykit/bindtarget.md)
- [BindableValue](realitykit/bindablevalue.md)
- [BindableValuesReference](realitykit/bindablevaluesreference.md)
- [ParameterSet](realitykit/parameterset.md)
