Click or drag to resize
DigitalRuneEffectTechniqueBinding Methods

The EffectTechniqueBinding type exposes the following members.

Methods
  NameDescription
Public methodClone
Creates a new EffectTechniqueBinding that is a clone of the current instance.
Protected methodCloneCore
Makes the instance a clone (deep copy) of the specified EffectTechniqueBinding.
Protected methodCreateInstanceCore
When implemented in a derived class, creates a new instance of the EffectTechniqueBinding derived class.
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 methodGetPassBinding
Gets the effect pass binding for the specified effect technique.
Public methodGetTechnique
Gets the effect technique that should be used for rendering.
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 methodOnGetTechnique
Called when the effect technique that should be used for rendering should be returned.
Protected methodOnNextPass
Called when next effect pass needs to be selected.
Protected methodOnUpdate
Called when the effect technique needs to be selected and Id needs to be set.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Selects a technique for rendering the specified effect and sets the ID.
Top
See Also