SCNNode.InsertChildNode(SCNNode, IntPtr) 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:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertChildNode(SceneKit.SCNNode child, IntPtr index);
[<Foundation.Export("insertChildNode:atIndex:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertChildNode : SceneKit.SCNNode * nativeint -> unit
override this.InsertChildNode : SceneKit.SCNNode * nativeint -> unit
Parameters
- child
- SCNNode
- index
-
IntPtr
nativeint
- Attributes