Compartilhar via


MTKTextureLoaderCallback Delegar

Definição

Manipulador de conclusão para texturas carregadas com MTKTextureLoader.

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

Parâmetros

texture
IMTLTexture
error
NSError

Aplica-se a