Contents

BindableData

An opaque base protocol for bindable data objects.

Declaration

protocol BindableData

Overview

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.

See Also

Compliance-related protocols