items(for:)
Returns the items in the given operation’s slot.
Declaration
func items(for operation: USDLayer.ListOperationType) -> [T]Parameters
- operation:
The slot to read.
Return Value
The items authored in operation’s slot.
Returns the items in the given operation’s slot.
func items(for operation: USDLayer.ListOperationType) -> [T]The slot to read.
The items authored in operation’s slot.