GLKit.GLKTextureLoader.BeginLoadCubeMapAsync Method
Asynchronously loads a cube map.

Syntax

public virtual System.Threading.Tasks.Task<GLKTextureInfo> BeginLoadCubeMapAsync (Foundation.NSUrl filePath, Foundation.NSDictionary textureOperations, CoreFoundation.DispatchQueue queue)

Parameters

filePath
The file that contains the texture.
textureOperations
An NSDictionary populated with configuration options. Alternatively, use the strongly-typed version of this method that takes a GLKTextureOperations object.This parameter can be .
queue
The queue on which the callback method will be invoked, or null to invoke the method on the main dispatch queue.This parameter can be .

Returns

A task that represents the asynchronous BeginLoadCubeMap operation. The value of the TResult parameter is a GLKit.GLKTextureLoaderCallback.

Remarks

The BeginLoadCubeMapAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.

Requirements

Namespace: GLKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0