Click or drag to resize
DigitalRuneDRModelProcessor Class
Processes a game asset mesh to a model content that is optimal for runtime.
Inheritance Hierarchy
SystemObject
  ContentProcessorNodeContent, DRModelNodeContent
    DigitalRune.Graphics.Content.PipelineDRModelProcessor

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
[ContentProcessorAttribute(DisplayName = "Model - DigitalRune Graphics")]
public class DRModelProcessor : ContentProcessor<NodeContent, DRModelNodeContent>

The DRModelProcessor type exposes the following members.

Constructors
  NameDescription
Public methodDRModelProcessor
Initializes a new instance of the DRModelProcessor 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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
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.)
Protected methodOnBuildMaterial
Called by the framework when a material asset needs to be built.
Protected methodOnConvertMaterial
Called by the framework when the MaterialContent property of a GeometryContent object is encountered in the input node collection.
Public methodProcess
Converts mesh content to model content.
(Overrides ContentProcessor.Process(UTP, ContentProcessorContext).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCreateMissingMaterialDefinition
Gets or sets the value of the Create Missing Material Definition processor parameter.
Public propertyCreateMissingModelDescription
Gets or sets the value of the Create Missing Model Description processor parameter.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyMicrosoft#Xna#Framework#Content#Pipeline#IContentProcessor#InputType (Inherited from ContentProcessorNodeContent, DRModelNodeContent.)
Explicit interface implementationPrivate propertyMicrosoft#Xna#Framework#Content#Pipeline#IContentProcessor#OutputType (Inherited from ContentProcessorNodeContent, DRModelNodeContent.)
Explicit interface implementationPrivate methodMicrosoft#Xna#Framework#Content#Pipeline#IContentProcessor#Process (Inherited from ContentProcessorNodeContent, DRModelNodeContent.)
Top
See Also