次の方法で共有


MTKTextureLoaderArrayCallback 代理人

定義

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

パラメーター

textures
IMTLTexture[]
error
NSError

適用対象