SpriteKit.SKNode Members

The members of SpriteKit.SKNode are listed below.

See Also: Inherited members from UIKit.UIResponder

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

Alphanfloat. Documentation for this section has not yet been entered.
[read-only]
ChildrenSKNode[]. Documentation for this section has not yet been entered.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
ConstraintsSKConstraint[]. Documentation for this section has not yet been entered.
[read-only]
FrameCoreGraphics.CGRect. Documentation for this section has not yet been entered.
[read-only]
HasActionsbool. Documentation for this section has not yet been entered.
Hiddenbool. Documentation for this section has not yet been entered.
Namestring. Documentation for this section has not yet been entered.
[read-only]
ParentSKNode. Documentation for this section has not yet been entered.
Pausedbool. Documentation for this section has not yet been entered.
PhysicsBodySKPhysicsBody. Documentation for this section has not yet been entered.
PositionCoreGraphics.CGPoint. Documentation for this section has not yet been entered.
ReachConstraintsSKReachConstraints. Documentation for this section has not yet been entered.
[read-only]
SceneSKScene. Documentation for this section has not yet been entered.
Speednfloat. Documentation for this section has not yet been entered.
UserDataFoundation.NSMutableDictionary. Documentation for this section has not yet been entered.
UserInteractionEnabledbool. Documentation for this section has not yet been entered.
XScalenfloat. Documentation for this section has not yet been entered.
YScalenfloat. Documentation for this section has not yet been entered.
ZPositionnfloat. Documentation for this section has not yet been entered.
ZRotationnfloat. Documentation for this section has not yet been entered.

Public Methods

Add(SKNode)
Documentation for this section has not yet been entered.
AddChild(SKNode)
Documentation for this section has not yet been entered.
AddNodes(params SKNode[])
Documentation for this section has not yet been entered.
CalculateAccumulatedFrame() : CoreGraphics.CGRect
Documentation for this section has not yet been entered.
ContainsPoint(CoreGraphics.CGPoint) : bool
Documentation for this section has not yet been entered.
ConvertPointFromNode(SKNode, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Documentation for this section has not yet been entered.
ConvertPointToNode(SKNode, CoreGraphics.CGPoint) : CoreGraphics.CGPoint
Documentation for this section has not yet been entered.
Copy(Foundation.NSZone) : Foundation.NSObject
Performs a copy of the underlying Objective-C object.
static
Create() : SKNode
Documentation for this section has not yet been entered.
EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder
EnumerateChildNodes(string, SKNodeChildEnumeratorHandler)
Documentation for this section has not yet been entered.
static
FromFile<T>(string) : T
Creates a new SpriteKit.SKNode by loading the assets from a file included in the application. 
GetActionForKey(string) : SKAction
Documentation for this section has not yet been entered.
GetChildNode(string) : SKNode
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator<SKNode>
Documentation for this section has not yet been entered.
GetNodeAtPoint(CoreGraphics.CGPoint) : SKNode
Documentation for this section has not yet been entered.
GetNodesAtPoint(CoreGraphics.CGPoint) : SKNode[]
Documentation for this section has not yet been entered.
GetObjectsMatching(string) : SKNode
Documentation for this section has not yet been entered.
InParentHierarchy(SKNode) : bool
Documentation for this section has not yet been entered.
InsertChild(SKNode, nint)
Documentation for this section has not yet been entered.
IntersectsNode(SKNode) : bool
Documentation for this section has not yet been entered.
RemoveActionForKey(string)
Documentation for this section has not yet been entered.
RemoveAllActions()
Documentation for this section has not yet been entered.
RemoveAllChildren()
Documentation for this section has not yet been entered.
RemoveChildren(SKNode[])
Documentation for this section has not yet been entered.
RemoveFromParent()
Documentation for this section has not yet been entered.
RunAction(SKAction)
Documentation for this section has not yet been entered.
RunAction(SKAction, Action)
Documentation for this section has not yet been entered.
RunAction(SKAction, string)
Documentation for this section has not yet been entered.
SetScale(nfloat)
Documentation for this section has not yet been entered.

Protected Methods

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

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.