Contents

instanceTransform

The transform matrix applied to the previous instance to produce the current instance. Animatable.

Declaration

var instanceTransform: CATransform3D { get set }

Discussion

This transform matrix is applied to instance k-1 to produce instance k. The matrix is applied relative to the center of this layer.

Defaults to the identity matrix.

See Also

Setting Instance Display Properties