MTLCommandBuffer_Extensions.PresentDrawableAfter Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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