SpriteKit.SKShapeNode: Method Members

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

See Also: Inherited members from SpriteKit.SKNode

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.