C# Class OpenMetaverse.InventoryNotecard

InventoryNotecard Class, contains details on an encoded text document
Inheritance: InventoryItem
Mostrar archivo Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
InventoryNotecard ( UUID itemID ) : System

Construct an InventoryNotecard object

Method Details

InventoryNotecard() public method

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