OpenMetaverse.InventorySound.InventorySound C# (CSharp) Method

InventorySound() public method

Construct an InventorySound object
public InventorySound ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System
        public InventorySound(UUID itemID)
            : base(itemID)
        {
            InventoryType = InventoryType.Sound;
        }
InventorySound