Method FindNode
FindNode(string)
Searches the hierarchy for a scene node with the specified name.
public SceneNode FindNode(string name)
Parameters
namestringThe name of the scene node to find.
Searches the hierarchy for a scene node with the specified name.
public SceneNode FindNode(string name)
name stringThe name of the scene node to find.