MTKTextureLoaderArrayCallback 委托

定义

public delegate void MTKTextureLoaderArrayCallback(IMTLTexture[] textures, NSError error);
type MTKTextureLoaderArrayCallback = delegate of IMTLTexture[] * NSError -> unit

参数

textures
IMTLTexture[]
error
NSError

适用于