Contents

setLocalTransform(_:)

Sets a new static transform matrix, overriding any time-based transform information.

Declaration

optional func setLocalTransform(_ transform: matrix_float4x4)

Parameters

  • transform:

    A new static transform matrix.

Discussion

Calling this method sets both the minimumTime and maximumTime properties to zero.

See Also

Working with Static Transforms