Compartir a través de


MTLDrawable_Extensions.AddPresentedHandler Método

Definición

Hace que se ejecute el proporcionado block después de que se muestre el dibujable.

[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

Parámetros

This
IMTLDrawable

Instancia en la que opera este método de extensión.

block
Action<IMTLDrawable>

Código al que se llamará después de que se muestre el dibujable.

Atributos

Se aplica a