MTLDrawable_Extensions.PresentAfter(IMTLDrawable, Double) Method

Definition

Causes the drawable to be presented at least duration seconds after the previous drawable has been presented.

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

Parameters

This
IMTLDrawable

The instance on which this extension method operates.

duration
Double

The minimum time after which to display the drawable.

Attributes

Applies to