Contents

init(assetPath:primPath:layerOffset:)

Creates a payload.

Declaration

init(assetPath: String? = nil, primPath: USDLayer.Path? = nil, layerOffset: USDLayer.TimeOffset = USDLayer.TimeOffset())

Parameters

  • assetPath:

    The asset path to target. Pass nil if not yet set.

  • primPath:

    The prim path within the referenced asset. Pass nil to use the asset’s default prim.

  • layerOffset:

    The time transformation applied during composition.