Contents

add(_:position:)

Adds an existing reference arc to the prim.

Declaration

func add(_ reference: USDPrim.Reference, position: USDPrim.ListPosition = .backOfPrependList) throws

Parameters

  • reference:

    The reference to add.

  • position:

    Where to insert the reference in the prim’s reference list.

Discussion