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>

显示可绘制对象后将调用的代码。

属性

适用于