C# Class OpenMetaverse.InventorySnapshot

InventorySnapshot Class, an image taken with the viewer
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
InventorySnapshot ( UUID itemID ) : System

Construct an InventorySnapshot object

Method Details

InventorySnapshot() public method

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