Click or drag to resize
AB4D logo

SceneNodeReplaceChild(SceneNode, SceneNode) Method

Replaces the currentChildNode with the newChildNode

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
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