OpenMetaverse.InventoryAttachment.InventoryAttachment C# (CSharp) Method

InventoryAttachment() public method

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