The members of SpriteKit.SKShapeNode are listed below.
See Also: Inherited members from SpriteKit.SKNode
| Default constructor, initializes a new instance of this class. | ||
| A constructor that initializes the object from the data stored in the unarchiver object. |
| 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. |
| Antialiased | bool. Documentation for this section has not yet been entered. | |
| BlendMode | SKBlendMode. Documentation for this section has not yet been entered. | |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| FillColor | UIKit.UIColor. Documentation for this section has not yet been entered. | |
| FillShader | SKShader. Documentation for this section has not yet been entered. | |
| FillTexture | SKTexture. Documentation for this section has not yet been entered. | |
| GlowWidth | nfloat. Documentation for this section has not yet been entered. | |
| LineCap | CoreGraphics.CGLineCap. Documentation for this section has not yet been entered. | |
| LineJoin | CoreGraphics.CGLineJoin. Documentation for this section has not yet been entered. | |
| [read-only] | LineLength | nfloat. Documentation for this section has not yet been entered. |
| LineWidth | nfloat. Documentation for this section has not yet been entered. | |
| MiterLimit | nfloat. Documentation for this section has not yet been entered. | |
| Path | CoreGraphics.CGPath. Documentation for this section has not yet been entered. | |
| StrokeColor | UIKit.UIColor. Documentation for this section has not yet been entered. | |
| StrokeShader | SKShader. Documentation for this section has not yet been entered. | |
| StrokeTexture | SKTexture. Documentation for this section has not yet been entered. |
static | FromCircle(nfloat)Documentation for this section has not yet been entered. | |
static | FromEllipse(CoreGraphics.CGRect)Documentation for this section has not yet been entered. | |
static | FromEllipse(CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromPath(CoreGraphics.CGPath)Documentation for this section has not yet been entered. | |
static | FromPath(CoreGraphics.CGPath, bool)Documentation for this section has not yet been entered. | |
static | FromPoints(ref CoreGraphics.CGPoint, nuint)Documentation for this section has not yet been entered. | |
static | FromRect(CoreGraphics.CGRect)Documentation for this section has not yet been entered. | |
static | FromRect(CoreGraphics.CGSize)Documentation for this section has not yet been entered. | |
static | FromRect(CoreGraphics.CGRect, nfloat)Documentation for this section has not yet been entered. | |
static | FromRect(CoreGraphics.CGSize, nfloat)Documentation for this section has not yet been entered. | |
static | FromSplinePoints(ref CoreGraphics.CGPoint, nuint)Documentation for this section has not yet been entered. | |