SpriteKit.SKShapeNode Members

The members of SpriteKit.SKShapeNode 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.

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

Antialiasedbool. Documentation for this section has not yet been entered.
BlendModeSKBlendMode. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
FillColorUIKit.UIColor. Documentation for this section has not yet been entered.
FillShaderSKShader. Documentation for this section has not yet been entered.
FillTextureSKTexture. Documentation for this section has not yet been entered.
GlowWidthnfloat. Documentation for this section has not yet been entered.
LineCapCoreGraphics.CGLineCap. Documentation for this section has not yet been entered.
LineJoinCoreGraphics.CGLineJoin. Documentation for this section has not yet been entered.
[read-only]
LineLengthnfloat. Documentation for this section has not yet been entered.
LineWidthnfloat. Documentation for this section has not yet been entered.
MiterLimitnfloat. Documentation for this section has not yet been entered.
PathCoreGraphics.CGPath. Documentation for this section has not yet been entered.
StrokeColorUIKit.UIColor. Documentation for this section has not yet been entered.
StrokeShaderSKShader. Documentation for this section has not yet been entered.
StrokeTextureSKTexture. Documentation for this section has not yet been entered.

Public Methods

static
FromCircle(nfloat) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromEllipse(CoreGraphics.CGRect) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromEllipse(CoreGraphics.CGSize) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromPath(CoreGraphics.CGPath) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromPath(CoreGraphics.CGPath, bool) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromPoints(ref CoreGraphics.CGPoint, nuint) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromRect(CoreGraphics.CGRect) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromRect(CoreGraphics.CGSize) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromRect(CoreGraphics.CGRect, nfloat) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromRect(CoreGraphics.CGSize, nfloat) : SKShapeNode
Documentation for this section has not yet been entered.
static
FromSplinePoints(ref CoreGraphics.CGPoint, nuint) : SKShapeNode
Documentation for this section has not yet been entered.

Protected Methods

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