BindableData
An opaque base protocol for bindable data objects.
Declaration
protocol BindableDataOverview
The templated bindable-value object, BindableValue <T>, determines that the value you choose for type T adopts this protocol. The types that the framework accepts are: Transform, Float, Double, SIMD2, SIMD3, SIMD4, simd_quatf, Bool, Int, and String.