Click or drag to resize
DigitalRuneDualTextureEffectBinding Class
Provides the logic for the DualTextureEffect.
Inheritance Hierarchy
SystemObject
  DigitalRune.Graphics.EffectsEffectBinding
    DigitalRune.Graphics.EffectsDualTextureEffectBinding

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public class DualTextureEffectBinding : EffectBinding, 
	IStockEffectBinding

The DualTextureEffectBinding type exposes the following members.

Constructors
  NameDescription
Protected methodDualTextureEffectBinding
Initializes a new instance of the DualTextureEffectBinding class. (This constructor creates an uninitialized instance. Use this constructor only for cloning or other special cases!)
Public methodDualTextureEffectBinding(IGraphicsService, IDictionaryString, Object)
Initializes a new instance of the DualTextureEffectBinding class.
Top
Methods
  NameDescription
Public methodClone
Creates a new EffectBinding that is a clone of the current instance.
(Inherited from EffectBinding.)
Protected methodCloneCore
Makes the instance a clone (deep copy) of the specified EffectBinding.
(Overrides EffectBindingCloneCore(EffectBinding).)
Protected methodCreateInstanceCore
When implemented in a derived class, creates a new instance of the EffectBinding derived class.
(Overrides EffectBindingCreateInstanceCore.)
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 methodOnInitializeBindings
Called when the effect technique and parameter bindings should be initialized.
(Overrides EffectBindingOnInitializeBindings(IGraphicsService, IDictionaryString, Object).)
Public methodSetT(EffectParameter, ActionDelegateParameterArrayBindingT, RenderContext, T) (Inherited from EffectBinding.)
Public methodSetT(EffectParameter, FuncDelegateParameterBindingT, RenderContext, T) (Inherited from EffectBinding.)
Public methodSetT(EffectParameter, T) (Inherited from EffectBinding.)
Public methodSetT(EffectParameter, T) (Inherited from EffectBinding.)
Public methodSetT(String, ActionDelegateParameterArrayBindingT, RenderContext, T) (Inherited from EffectBinding.)
Public methodSetT(String, FuncDelegateParameterBindingT, RenderContext, T) (Inherited from EffectBinding.)
Public methodSetT(String, T) (Inherited from EffectBinding.)
Public methodSetT(String, T) (Inherited from EffectBinding.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyEffect
Gets the effect.
(Inherited from EffectBinding.)
Public propertyHints
Gets a value indicating which effect parameters are handled by this effect binding.
(Inherited from EffectBinding.)
Public propertyOpaqueData
Gets the opaque data (only used for debugging, only set if KeepOpaqueData is ).
(Inherited from EffectBinding.)
Public propertyParameterBindings
Gets the bindings that resolve effect parameters.
(Inherited from EffectBinding.)
Public propertyTechniqueBinding
Gets or sets the binding that resolves the effect technique.
(Inherited from EffectBinding.)
Public propertyUserData
Gets or sets user-defined data.
(Inherited from EffectBinding.)
Public propertyVertexColorEnabled
Gets or sets a value indicating whether vertex color is enabled.
Top
See Also