SCNNode.FindChildNode(String, Boolean) 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 a child with the specified name.
[Foundation.Export("childNodeWithName:recursively:")]
public virtual SceneKit.SCNNode FindChildNode (string childName, bool recursively);
abstract member FindChildNode : string * bool -> SceneKit.SCNNode
override this.FindChildNode : string * bool -> SceneKit.SCNNode
Parameters
- childName
- String
- recursively
- Boolean
Returns
- Attributes