Compartir a través de


MTKTextureLoaderCallback Delegado

Definición

Controlador de finalización para texturas cargadas con MTKTextureLoader.

public delegate void MTKTextureLoaderCallback(IMTLTexture texture, NSError error);
type MTKTextureLoaderCallback = delegate of IMTLTexture * NSError -> unit

Parámetros

texture
IMTLTexture
error
NSError

Se aplica a