OpenMetaverse.InventoryObject.InventoryObject C# (CSharp) Method

InventoryObject() public method

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