SCNNode.AddChildNode(SCNNode) 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.
Adds the specified node
as a child to this SCNNode.
[Foundation.Export("addChildNode:")]
public virtual void AddChildNode (SceneKit.SCNNode child);
abstract member AddChildNode : SceneKit.SCNNode -> unit
override this.AddChildNode : SceneKit.SCNNode -> unit
Parameters
- child
- SCNNode
- Attributes