Share via


SKNode.GetChildNode(String) Method

Definition

[Foundation.Export("childNodeWithName:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SpriteKit.SKNode? GetChildNode(string name);
[<Foundation.Export("childNodeWithName:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetChildNode : string -> SpriteKit.SKNode
override this.GetChildNode : string -> SpriteKit.SKNode

Parameters

name
String

Returns

Attributes

Applies to