SKNode.GetChildNode(String) Method

Definition

Searches for and returns the first node that is matched by name.

[Foundation.Export("childNodeWithName:")]
public virtual SpriteKit.SKNode GetChildNode (string name);
abstract member GetChildNode : string -> SpriteKit.SKNode
override this.GetChildNode : string -> SpriteKit.SKNode

Parameters

name
String

Returns

Attributes

Applies to