Contents

AnimatableData

A functionality specification that animatable data types adopt.

Declaration

protocol AnimatableData

Overview

The templated animation objects, for example BlendTreeAnimation <Value>, determine that the type you specify for Value adopts this protocol. The types that the framework accepts are: JointTransforms, Transform, Float, Double, SIMD2, SIMD3, SIMD4, and simd_quatf.

See Also

Compliance-related protocols