C# Class OpenMetaverse.InventoryAttachment

InventoryAttachment Class, contains details on an attachable object
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
InventoryAttachment ( UUID itemID ) : System

Construct an InventoryAttachment object

Method Details

InventoryAttachment() public method

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