|
SceneNodeInsertChild Method |
Inserts the specified SceneNode to the ChildNodes collection to the specified index
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void InsertChild(
int index,
SceneNode childNode
)
Parameters
- index Int32
- index at which the child node is inserted; if -1 than the childNode is added to the end
- childNode SceneNode
- SceneNode that is inserted to the ChildNodes collection
See Also