isRotationAnimated
A Boolean value that indicates whether the animation observes rotational changes in the entity’s transform.
Declaration
var isRotationAnimated: Bool { get set }Discussion
If you set this property to true, the animation accommodates rotational differences in the entity’s transform by interpolating to the target rotation across the animation timeline.