Partilhar via


MTLCommandBuffer_Extensions.PresentDrawableAfter Método

Definição

Apresenta o especificado drawable depois que o desenhável anterior tiver sido exibido por duration segundos.

[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 PresentDrawableAfter (this Metal.IMTLCommandBuffer This, Metal.IMTLDrawable drawable, double duration);
static member PresentDrawableAfter : Metal.IMTLCommandBuffer * Metal.IMTLDrawable * double -> unit

Parâmetros

This
IMTLCommandBuffer

A instância na qual esse método opera.

drawable
IMTLDrawable

O desenhável a ser apresentado imediatamente após a execução do buffer de comando.

duration
Double

O tempo mínimo de exibição do desenhável anterior.

Atributos

Aplica-se a