Share via


GLKViewController.TimeSinceFirstResume Property

Definition

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

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

Property Value

Attributes

Applies to