SpriteKit.SKView Members

The members of SpriteKit.SKView are listed below.

See Also: Inherited members from UIKit.UIView

Public Constructors

Default constructor, initializes a new instance of this class.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AllowsTransparencybool. Documentation for this section has not yet been entered.
[read-only]
static
AppearanceSKView.SKViewAppearance. Strongly-typed property that returns the UIAppearance class for this class.
Asynchronousbool. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
FrameIntervalnint. Documentation for this section has not yet been entered.
IgnoresSiblingOrderbool. Documentation for this section has not yet been entered.
Pausedbool. Documentation for this section has not yet been entered.
[read-only]
SceneSKScene. The SpriteKit.SKScene that this SpriteKit.SKView renders.
ShouldCullNonVisibleNodesbool. Documentation for this section has not yet been entered.
ShowsDrawCountbool. If true, displays the number of rendering passes needed for the SpriteKit.SKScene.
ShowsFieldsbool. Documentation for this section has not yet been entered.
ShowsFPSbool. If true, displays the frame rate achieved by the SpriteKit.SKScene.
ShowsNodeCountbool. If true, displays the number of nodes visible on the screen.
ShowsPhysicsbool. Documentation for this section has not yet been entered.
ShowsQuadCountbool. Documentation for this section has not yet been entered.

Public Methods

static
AppearanceWhenContainedIn(params Type[]) : SKView.SKViewAppearance
Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy.
ConvertPointFromScene(SKScene, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Documentation for this section has not yet been entered.
ConvertPointToScene(SKScene, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Documentation for this section has not yet been entered.
static
GetAppearance<T>() : SKView.SKViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection) : SKView.SKViewAppearance
Documentation for this section has not yet been entered.
static
GetAppearance<T>(UIKit.UITraitCollection, params Type[]) : SKView.SKViewAppearance
Documentation for this section has not yet been entered.
PresentScene(SKScene)
Begins rendering the scene and running the Sprite Kit animation loop.
PresentScene(SKScene, SKTransition)
Plays the transition and then begins rendering the scene and running the Sprite Kit animation loop.
TextureFromNode(SKNode) : SKTexture
Renders a texture from a SpriteKit.SKNode.
TextureFromNode(SKNode, CoreGraphics.CGRect) : SKTexture
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the SKView object.