Click or drag to resize
AB4D logo

SceneNodeReplaceChild(Int32, SceneNode) Method

Replaces the SceneNode at the specified index with the newChildNode

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