|
SceneNodeReplaceChild(Int32, SceneNode) Method |
Replaces the SceneNode at the specified index with the newChildNode
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void ReplaceChild(
int currentChildNodeIndex,
SceneNode newChildNode
)
Parameters
- currentChildNodeIndex Int32
- index at which the SceneNode is replaced
- newChildNode SceneNode
- SceneNode that replaces the SceneNode at the specified index
See Also