Adds the child node. The node.
(SceneGraphNode node)
| 168 | /// </summary> |
| 169 | /// <param name="node">The node.</param> |
| 170 | public void AddChild(SceneGraphNode node) |
| 171 | { |
| 172 | node.ParentNode = this; |
| 173 | } |
| 174 | |
| 175 | /// <summary> |
| 176 | /// The scene graph raycasting data container. |
no outgoing calls
no test coverage detected