|
|
@ -419,7 +419,7 @@ public class Node extends Spatial implements Savable { |
|
|
|
/** |
|
|
|
/** |
|
|
|
* <code>getChild</code> returns the first child found with exactly the |
|
|
|
* <code>getChild</code> returns the first child found with exactly the |
|
|
|
* given name (case sensitive.) This method does a depth first recursive |
|
|
|
* given name (case sensitive.) This method does a depth first recursive |
|
|
|
* search of all descendants of this node, it will return the first node |
|
|
|
* search of all descendants of this node, it will return the first spatial |
|
|
|
* found with a matching name. |
|
|
|
* found with a matching name. |
|
|
|
* |
|
|
|
* |
|
|
|
* @param name |
|
|
|
* @param name |
|
|
|