OpenMetaverse.InventoryCategory.InventoryCategory C# (CSharp) Method

InventoryCategory() public method

Construct an InventoryCategory object
public InventoryCategory ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System
        public InventoryCategory(UUID itemID)
            : base(itemID)
        {
            InventoryType = InventoryType.Category;
        }
InventoryCategory