Share via


ISKViewDelegate Interface

Definition

Delegate object for SKView objects, allowing the developer to control the frame rate.

[Foundation.Protocol(Name="SKViewDelegate", WrapperType=typeof(SpriteKit.SKViewDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldRender", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SpriteKit.SKView), typeof(System.Double) }, ReturnType=typeof(System.Boolean), Selector="view:shouldRenderAtTime:")]
public interface ISKViewDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="SKViewDelegate", WrapperType=typeof(SpriteKit.SKViewDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="ShouldRender", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(SpriteKit.SKView), typeof(System.Double) }, ReturnType=typeof(System.Boolean), Selector="view:shouldRenderAtTime:")>]
type ISKViewDelegate = 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
ShouldRender(SKView, Double)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)
ShouldRender(ISKViewDelegate, SKView, Double)

Applies to

See also