Partager via


MTLDrawable_Extensions.AddPresentedHandler Méthode

Définition

Entraîne l’exécution du fourni block après l’affichage du dessinable.

[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

Paramètres

This
IMTLDrawable

Instance sur laquelle cette méthode d’extension fonctionne.

block
Action<IMTLDrawable>

Code qui sera appelé après l’affichage du dessinable.

Attributs

S’applique à