DRModelNodeContent Class |
Namespace: DigitalRune.Graphics.Content.Pipeline
The DRModelNodeContent type exposes the following members.
Name | Description | |
---|---|---|
DRModelNodeContent | Initializes a new instance of the DRModelNodeContent class |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetAncestors |
Gets the ancestors of the given scene node.
(Inherited from DRSceneNodeContent.) | |
GetChildren |
Gets the children of the given scene node.
(Inherited from DRSceneNodeContent.) | |
GetDescendants |
Gets the descendants of the given node using a depth-first search.
(Inherited from DRSceneNodeContent.) | |
GetDescendants(Boolean) |
Gets the descendants of the given node using a depth-first or a breadth-first search.
(Inherited from DRSceneNodeContent.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetLeaves |
Gets the leaves of the scene node.
(Inherited from DRSceneNodeContent.) | |
GetRoot |
Gets the root node.
(Inherited from DRSceneNodeContent.) | |
GetSelfAndAncestors |
Gets the scene node and its ancestors scene.
(Inherited from DRSceneNodeContent.) | |
GetSubtree |
Gets the subtree (the given node and all of its descendants) using a depth-first
search.
(Inherited from DRSceneNodeContent.) | |
GetSubtree(Boolean) |
Gets the subtree (the given node and all of its descendants) using a depth-first or a
breadth-first search.
(Inherited from DRSceneNodeContent.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Children |
Gets or sets the children of this node.
(Inherited from DRSceneNodeContent.) | |
LodDistance |
Gets or sets the LOD distance.
(Inherited from DRSceneNodeContent.) | |
LodLevel |
Gets or sets the LOD level.
(Inherited from DRSceneNodeContent.) | |
MaxDistance |
Gets or sets the maximum distance up to which the scene node is rendered.
(Inherited from DRSceneNodeContent.) | |
Name |
Gets or sets the name.
(Inherited from DRSceneNodeContent.) | |
Parent |
Gets or sets the parent of this node.
(Inherited from DRSceneNodeContent.) | |
PoseLocal |
Gets or sets the pose (position and orientation) relative to the parent node.
(Inherited from DRSceneNodeContent.) | |
PoseWorld |
Gets or sets the pose (position and orientation) relative to world space.
(Inherited from DRSceneNodeContent.) | |
ScaleLocal |
Gets or sets the scale.
(Inherited from DRSceneNodeContent.) | |
UserData |
Gets or sets a user-defined tag object.
(Inherited from DRSceneNodeContent.) |