Click or drag to resize
AB4D logo

SceneNodeFindNode Method

Searches the ChildNodes recursively and returns the SceneNode with the specified name if found; else returns null.

Namespace: Ab3d.DirectX
Assembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.0.8865.1045
Syntax
C#
public SceneNode FindNode(
	string nodeName
)

Parameters

nodeName  String
name of the SceneNode

Return Value

SceneNode
SceneNode with the specified name if found; else returns null
See Also