Share via


GLKViewController.PauseOnWillResignActive Property

Definition

Gets or sets a Boolean value that controls whether the rendering loop will pause when the application resigns from the active state.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool PauseOnWillResignActive { [Foundation.Export("pauseOnWillResignActive")] get; [Foundation.Export("setPauseOnWillResignActive:")] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("pauseOnWillResignActive")>]
[<set: Foundation.Export("setPauseOnWillResignActive:")>]
member this.PauseOnWillResignActive : bool with get, set

Property Value

Attributes

Applies to