Contents

setItems(_:for:)

Sets the items in the given operation’s slot.

Declaration

mutating func setItems(_ items: [T], for operation: USDLayer.ListOperationType) throws

Parameters

  • items:

    The new items.

  • operation:

    The slot to update.

Discussion