Click or drag to resize
DigitalRuneDREffectBindingContent Class
Stores the processed data for an EffectBinding asset.
Inheritance Hierarchy
SystemObject
  ContentItem
    MaterialContent
      DigitalRune.Graphics.Content.PipelineDREffectBindingContent

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

The DREffectBindingContent type exposes the following members.

Constructors
  NameDescription
Public methodDREffectBindingContent
Initializes a new instance of the DREffectBindingContent 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 propertyEffectType
Gets or sets the type of the effect.
Public propertyIdentity (Inherited from ContentItem.)
Public propertyName (Inherited from ContentItem.)
Public propertyOpaqueData (Inherited from ContentItem.)
Public propertyTextures (Inherited from MaterialContent.)
Top
See Also