共用方式為


MTLDrawable_Extensions.AddPresentedHandler 方法

定義

導致在顯示可繪製專案之後執行所提供的 block

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
public static void AddPresentedHandler (this Metal.IMTLDrawable This, Action<Metal.IMTLDrawable> block);
static member AddPresentedHandler : Metal.IMTLDrawable * Action<Metal.IMTLDrawable> -> unit

參數

This
IMTLDrawable

這個擴充方法運作所在的實例。

block
Action<IMTLDrawable>

顯示可繪製之後所呼叫的程式碼。

屬性

適用於