共用方式為


MTKTextureLoaderArrayCallback 代理人

定義

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

參數

textures
IMTLTexture[]
error
NSError

適用於