SpriteKit.SKSpriteNode Members

The members of SpriteKit.SKSpriteNode are listed below.

See Also: Inherited members from SpriteKit.SKNode

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.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

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

AnchorPointCoreGraphics.CGPoint. Documentation for this section has not yet been entered.
BlendModeSKBlendMode. Documentation for this section has not yet been entered.
CenterRectCoreGraphics.CGRect. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ColorUIKit.UIColor. Documentation for this section has not yet been entered.
ColorBlendFactornfloat. Documentation for this section has not yet been entered.
LightingBitMaskuint. Documentation for this section has not yet been entered.
NormalTextureSKTexture. Documentation for this section has not yet been entered.
ShaderSKShader. Documentation for this section has not yet been entered.
ShadowCastBitMaskuint. Documentation for this section has not yet been entered.
ShadowedBitMaskuint. Documentation for this section has not yet been entered.
SizeCoreGraphics.CGSize. Documentation for this section has not yet been entered.
TextureSKTexture. Documentation for this section has not yet been entered.

Public Methods

static
Create(SKTexture, SKTexture) : SKSpriteNode
Documentation for this section has not yet been entered.
static
Create(string, bool) : SKSpriteNode
Documentation for this section has not yet been entered.
static
FromColor(UIKit.UIColor, CoreGraphics.CGSize) : SKSpriteNode
Documentation for this section has not yet been entered.
static
FromImageNamed(string) : SKSpriteNode
Documentation for this section has not yet been entered.
static
FromTexture(SKTexture) : SKSpriteNode
Documentation for this section has not yet been entered.
static
FromTexture(SKTexture, CoreGraphics.CGSize) : SKSpriteNode
Documentation for this section has not yet been entered.

Protected Methods

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