SCNNode.ReplaceChildNode(SCNNode, 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.
Replaces the specified child
node with the provided child2
node.
[Foundation.Export("replaceChildNode:with:")]
public virtual void ReplaceChildNode (SceneKit.SCNNode child, SceneKit.SCNNode child2);
abstract member ReplaceChildNode : SceneKit.SCNNode * SceneKit.SCNNode -> unit
override this.ReplaceChildNode : SceneKit.SCNNode * SceneKit.SCNNode -> unit
Parameters
- child
- SCNNode
- child2
- SCNNode
- Attributes