C# Class OpenMetaverse.InventorySound

InventorySound Class representing a playable sound
Inheritance: InventoryItem
Show file Open project: 3di/3di-viewer-rei-libs

Public Methods

Method Description
InventorySound ( UUID itemID ) : System

Construct an InventorySound object

Method Details

InventorySound() public method

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