The members of SpriteKit.SKNode are listed below.
See Also: Inherited members from UIKit.UIResponder
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. |
| Alpha | nfloat. Documentation for this section has not yet been entered. | |
| [read-only] | Children | SKNode[]. Documentation for this section has not yet been entered. |
| [read-only] override | ClassHandle | IntPtr. The handle for this class. |
| Constraints | SKConstraint[]. Documentation for this section has not yet been entered. | |
| [read-only] | Frame | CoreGraphics.CGRect. Documentation for this section has not yet been entered. |
| [read-only] | HasActions | bool. Documentation for this section has not yet been entered. |
| Hidden | bool. Documentation for this section has not yet been entered. | |
| Name | string. Documentation for this section has not yet been entered. | |
| [read-only] | Parent | SKNode. Documentation for this section has not yet been entered. |
| Paused | bool. Documentation for this section has not yet been entered. | |
| PhysicsBody | SKPhysicsBody. Documentation for this section has not yet been entered. | |
| Position | CoreGraphics.CGPoint. Documentation for this section has not yet been entered. | |
| ReachConstraints | SKReachConstraints. Documentation for this section has not yet been entered. | |
| [read-only] | Scene | SKScene. Documentation for this section has not yet been entered. |
| Speed | nfloat. Documentation for this section has not yet been entered. | |
| UserData | Foundation.NSMutableDictionary. Documentation for this section has not yet been entered. | |
| UserInteractionEnabled | bool. Documentation for this section has not yet been entered. | |
| XScale | nfloat. Documentation for this section has not yet been entered. | |
| YScale | nfloat. Documentation for this section has not yet been entered. | |
| ZPosition | nfloat. Documentation for this section has not yet been entered. | |
| ZRotation | nfloat. Documentation for this section has not yet been entered. |
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()Documentation for this section has not yet been entered. | ||
ContainsPoint(CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
ConvertPointFromNode(SKNode, CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
ConvertPointToNode(SKNode, CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
Copy(Foundation.NSZone)Performs a copy of the underlying Objective-C object. | ||
static | Create()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)Creates a new SpriteKit.SKNode by loading the assets from a file included in the application. | |
GetActionForKey(string)Documentation for this section has not yet been entered. | ||
GetChildNode(string)Documentation for this section has not yet been entered. | ||
GetEnumerator()Documentation for this section has not yet been entered. | ||
GetNodeAtPoint(CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
GetNodesAtPoint(CoreGraphics.CGPoint)Documentation for this section has not yet been entered. | ||
GetObjectsMatching(string)Documentation for this section has not yet been entered. | ||
InParentHierarchy(SKNode)Documentation for this section has not yet been entered. | ||
InsertChild(SKNode, nint)Documentation for this section has not yet been entered. | ||
IntersectsNode(SKNode)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. | ||
| IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. |