SCNNode.InsertChildNode(SCNNode, nint) 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.
Inserts the provided child
node at the specified index
.
[Foundation.Export("insertChildNode:atIndex:")]
public virtual void InsertChildNode (SceneKit.SCNNode child, nint index);
abstract member InsertChildNode : SceneKit.SCNNode * nint -> unit
override this.InsertChildNode : SceneKit.SCNNode * nint -> unit
Parameters
- child
- SCNNode
- index
- System.System.IntPtr System.nativeint
- Attributes