C# Class OpenMetaverse.InventoryLandmark

InventoryLandmark Class, contains details on a specific location
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs Class Usage Examples

Public Methods

Method Description
InventoryLandmark ( UUID itemID ) : System

Construct an InventoryLandmark object

Method Details

InventoryLandmark() public method

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