|
SceneNodeReplaceChild(SceneNode, SceneNode) Method |
Replaces the currentChildNode with the newChildNode
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax public void ReplaceChild(
SceneNode currentChildNode,
SceneNode newChildNode
)
Parameters
- currentChildNode SceneNode
- SceneNode that will be replaced by newChildNode
- newChildNode SceneNode
- SceneNode that replaces the currentChildNode
See Also