Click or drag to resize
DigitalRuneDRModelNodeContent Class
Stores the processed data for a ModelNode asset.
Inheritance Hierarchy

Namespace: DigitalRune.Graphics.Content.Pipeline
Assembly: DigitalRune.Graphics.Content.Pipeline (in DigitalRune.Graphics.Content.Pipeline.dll) Version: 1.2.0.0 (1.2.0.14454)
Syntax
public class DRModelNodeContent : DRSceneNodeContent

The DRModelNodeContent type exposes the following members.

Constructors
  NameDescription
Public methodDRModelNodeContent
Initializes a new instance of the DRModelNodeContent class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetAncestors
Gets the ancestors of the given scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetChildren
Gets the children of the given scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetDescendants
Gets the descendants of the given node using a depth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetDescendants(Boolean)
Gets the descendants of the given node using a depth-first or a breadth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeaves
Gets the leaves of the scene node.
(Inherited from DRSceneNodeContent.)
Public methodGetRoot
Gets the root node.
(Inherited from DRSceneNodeContent.)
Public methodGetSelfAndAncestors
Gets the scene node and its ancestors scene.
(Inherited from DRSceneNodeContent.)
Public methodGetSubtree
Gets the subtree (the given node and all of its descendants) using a depth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetSubtree(Boolean)
Gets the subtree (the given node and all of its descendants) using a depth-first or a breadth-first search.
(Inherited from DRSceneNodeContent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyChildren
Gets or sets the children of this node.
(Inherited from DRSceneNodeContent.)
Public propertyLodDistance
Gets or sets the LOD distance.
(Inherited from DRSceneNodeContent.)
Public propertyLodLevel
Gets or sets the LOD level.
(Inherited from DRSceneNodeContent.)
Public propertyMaxDistance
Gets or sets the maximum distance up to which the scene node is rendered.
(Inherited from DRSceneNodeContent.)
Public propertyName
Gets or sets the name.
(Inherited from DRSceneNodeContent.)
Public propertyParent
Gets or sets the parent of this node.
(Inherited from DRSceneNodeContent.)
Public propertyPoseLocal
Gets or sets the pose (position and orientation) relative to the parent node.
(Inherited from DRSceneNodeContent.)
Public propertyPoseWorld
Gets or sets the pose (position and orientation) relative to world space.
(Inherited from DRSceneNodeContent.)
Public propertyScaleLocal
Gets or sets the scale.
(Inherited from DRSceneNodeContent.)
Public propertyUserData
Gets or sets a user-defined tag object.
(Inherited from DRSceneNodeContent.)
Top
See Also