Contents

add(_:position:)

Adds a specializes arc to the prim.

Declaration

func add(_ primPath: USDLayer.Path, position: USDPrim.ListPosition = .backOfPrependList) throws

Parameters

  • primPath:

    The path of the prim to specialize.

  • position:

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

Discussion