Click or drag to resize
DigitalRuneDRMaterialContent Class
Stores the processed data for a Material asset.
Inheritance Hierarchy
SystemObject
  ContentItem
    MaterialContent
      DigitalRune.Graphics.Content.PipelineDRMaterialContent

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 DRMaterialContent : MaterialContent

The DRMaterialContent type exposes the following members.

Constructors
  NameDescription
Public methodDRMaterialContent
Initializes a new instance of the DRMaterialContent 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.)
Protected methodGetReferenceTypeProperty``1 (Inherited from MaterialContent.)
Protected methodGetTexture (Inherited from MaterialContent.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodGetValueTypeProperty``1 (Inherited from MaterialContent.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetProperty``1 (Inherited from MaterialContent.)
Protected methodSetTexture (Inherited from MaterialContent.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyDefinition
Gets or sets the imported material definition (XML file).
Public propertyIdentity (Inherited from ContentItem.)
Public propertyName (Inherited from ContentItem.)
Public propertyOpaqueData (Inherited from ContentItem.)
Public propertyPasses
Gets or sets the effect bindings per render pass.
Public propertyTextures (Inherited from MaterialContent.)
Top
See Also