OpenMetaverse.AssetManager.RequestInventoryAsset C# (CSharp) Method

RequestInventoryAsset() public method

public RequestInventoryAsset ( InventoryItem item, bool priority, AssetReceivedCallback callback ) : void
item InventoryItem
priority bool
callback AssetReceivedCallback
return void
        public void RequestInventoryAsset(InventoryItem item, bool priority, AssetReceivedCallback callback)
        {
            RequestInventoryAsset(item.AssetUUID, item.UUID, UUID.Zero, item.OwnerID, item.AssetType, priority, callback);
        }

Same methods

AssetManager::RequestInventoryAsset ( UUID assetID, UUID itemID, UUID taskID, UUID ownerID, AssetType type, bool priority, AssetReceivedCallback callback ) : void