|
SceneNodeFindNode Method |
Searches the ChildNodes recursively and returns the SceneNode with the specified name if found; else returns null.
Namespace: Ab3d.DirectXAssembly: Ab3d.DXEngine (in Ab3d.DXEngine.dll) Version: 7.1.9105.2048 (1.0.0.0)
Syntax public SceneNode FindNode(
string nodeName
)
Parameters
- nodeName String
- name of the SceneNode
Return Value
SceneNodeSceneNode with the specified name if found; else returns null
See Also