次の方法で共有


MTKTextureLoaderCallback 代理人

定義

MTKTextureLoader読み込まれたテクスチャの完了ハンドラー。

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

パラメーター

texture
IMTLTexture
error
NSError

適用対象