SKNode.GetChildNode(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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