OpenMetaverse.InventorySound.InventorySound C# (CSharp) 메소드

InventorySound() 공개 메소드

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