Class SceneNode
Represents a node in the scene graph containing a transform and a set of mesh geometries to render.
public class SceneNode
- Inheritance
-
SceneNode
- Inherited Members
Properties
- Children
Gets the collection of children of this scene node.
- Name
Gets the name of the scene node.
- Transform
Gets or sets the transform matrix specifying the rotation, scale, and position of the scene node.
Methods
- FindNode(string)
Searches the hierarchy for a scene node with the specified name.