SpriteKit.SKView: Method Members

The methods of SpriteKit.SKView are listed below. For a list of all members, see the SKView Members list.

See Also: Inherited members from UIKit.UIView

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.