C# Class OpenMetaverse.InventoryLSL

InventoryLSL Class, represents a Linden Scripting Language object
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
InventoryLSL ( UUID itemID ) : System

Construct an InventoryLSL object

Method Details

InventoryLSL() public method

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