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
nilif not yet set. - primPath:
The prim path within the referenced asset. Pass
nilto use the asset’s default prim. - layerOffset:
The time transformation applied during composition.