Share via


GLKViewController.TimeSinceLastResume Property

Definition

Gets the time interval, in seconds, since the view controller most recently resumed sending updates.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual double TimeSinceLastResume { [Foundation.Export("timeSinceLastResume")] get; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("timeSinceLastResume")>]
member this.TimeSinceLastResume : double

Property Value

Attributes

Applies to