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
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
ConvertPointFromScene(SKScene, CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
ConvertPointToScene(SKScene, CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
static | GetAppearance<T>()Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UIKit.UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UIKit.UITraitCollection, params Type[])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)Renders a texture from a SpriteKit.SKNode. | ||
TextureFromNode(SKNode, CoreGraphics.CGRect)Documentation for this section has not yet been entered. | ||