Properties

PropertyTypeDescription
ItemsIReadOnlyList<Item>Read-only view of all registered item assets.

Methods

MethodDescription
Contains(Item item)Returns true if the item is registered in this collection.
Add(Item item)Adds an item asset to the collection. Editor use only.
RemoveAll(Predicate<Item> predicate)Removes all items matching the predicate. Editor use only.