|
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.0.8865.1045
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