C# Class OpenMetaverse.InventoryCategory

InventoryCategory Class
TODO: Is this even used for anything?
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
InventoryCategory ( UUID itemID ) : System

Construct an InventoryCategory object

Method Details

InventoryCategory() public method

Construct an InventoryCategory object
public InventoryCategory ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System