C# Class OpenMetaverse.InventoryObject

InventoryObject Class contains details on a primitive or coalesced set of primitives
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
InventoryObject ( UUID itemID ) : System

Construct an InventoryObject object

Method Details

InventoryObject() public method

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