Share via


SCNNode.FindChildNode(String, Boolean) Method

Definition

[Foundation.Export("childNodeWithName:recursively:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual SceneKit.SCNNode? FindChildNode(string childName, bool recursively);
[<Foundation.Export("childNodeWithName:recursively:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member FindChildNode : string * bool -> SceneKit.SCNNode
override this.FindChildNode : string * bool -> SceneKit.SCNNode

Parameters

childName
String
recursively
Boolean

Returns

Attributes

Applies to