共用方式為


MTKTextureLoaderCallback 代理人

定義

使用 MTKTextureLoader 載入之紋理的完成處理常式。

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

參數

texture
IMTLTexture
error
NSError

適用於