setItems(_:for:)
Sets the items in the given operation’s slot.
Declaration
mutating func setItems(_ items: [T], for operation: USDLayer.ListOperationType) throwsParameters
- items:
The new items.
- operation:
The slot to update.
Sets the items in the given operation’s slot.
mutating func setItems(_ items: [T], for operation: USDLayer.ListOperationType) throwsThe new items.
The slot to update.