MTLDrawable.Present Method

Definition

Overloads

Name Description
Present()
Present(Double)

Present()

[Foundation.Export("present")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present();
[<Foundation.Export("present")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : unit -> unit
override this.Present : unit -> unit

Implements

Attributes

Applies to

Present(Double)

[Foundation.Export("presentAtTime:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void Present(double presentationTime);
[<Foundation.Export("presentAtTime:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member Present : double -> unit
override this.Present : double -> unit

Parameters

presentationTime
Double

Implements

Attributes

Applies to