Contents

remove(_:)

Removes a specific payload arc from the prim.

Declaration

func remove(_ payload: USDPrim.Payload) throws

Parameters

  • payload:

    The payload to remove.

Discussion