Contents

transform(at:)

Computes the prim’s composed local transform at the specified time.

Declaration

func transform(at time: USDStage.TimeCode = .default) -> USDValue.Matrix4d?

Parameters

  • time:

    The time at which to evaluate the transform. Defaults to .default.

Return Value

The composed local transformation matrix, or nil if the prim is not transformable.