Share via


IGLKViewControllerDelegate Interface

Definition

A delegate object that gives the application developer fine-grained control over events relating to the life-cycle of a GLKViewController object.

[Foundation.Protocol(Name="GLKViewControllerDelegate", WrapperType=typeof(GLKit.GLKViewControllerDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Update", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GLKit.GLKViewController) }, Selector="glkViewControllerUpdate:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPause", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GLKit.GLKViewController), typeof(System.Boolean) }, Selector="glkViewController:willPause:")]
public interface IGLKViewControllerDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="GLKViewControllerDelegate", WrapperType=typeof(GLKit.GLKViewControllerDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="Update", ParameterByRef=new System.Boolean[] { false }, ParameterType=new System.Type[] { typeof(GLKit.GLKViewController) }, Selector="glkViewControllerUpdate:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="WillPause", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(GLKit.GLKViewController), typeof(System.Boolean) }, Selector="glkViewController:willPause:")>]
type IGLKViewControllerDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Properties

Name Description
Handle

Handle (pointer) to the unmanaged object representation.

(Inherited from INativeObject)

Methods

Name Description
Update(GLKViewController)
WillPause(GLKViewController, Boolean)

Extension Methods

Name Description
WillPause(IGLKViewControllerDelegate, GLKViewController, Boolean)
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to

See also