BasicEffectBinding Class |
Namespace: DigitalRune.Graphics.Effects
The BasicEffectBinding type exposes the following members.
Name | Description | |
---|---|---|
BasicEffectBinding |
Initializes a new instance of the BasicEffectBinding class. (This constructor
creates an uninitialized instance. Use this constructor only for cloning or other special
cases!)
| |
BasicEffectBinding(IGraphicsService, IDictionaryString, Object) |
Initializes a new instance of the BasicEffectBinding class.
|
Name | Description | |
---|---|---|
Clone |
Creates a new EffectBinding that is a clone of the current instance.
(Inherited from EffectBinding.) | |
CloneCore |
Makes the instance a clone (deep copy) of the specified EffectBinding.
(Overrides EffectBindingCloneCore(EffectBinding).) | |
CreateInstanceCore |
When implemented in a derived class, creates a new instance of the
EffectBinding derived class.
(Overrides EffectBindingCreateInstanceCore.) | |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
OnInitializeBindings |
Called when the effect technique and parameter bindings should be initialized.
(Overrides EffectBindingOnInitializeBindings(IGraphicsService, IDictionaryString, Object).) | |
SetT(EffectParameter, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the specified effect parameter.
(Inherited from EffectBinding.) | |
SetT(EffectParameter, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the specified effect parameter.
(Inherited from EffectBinding.) | |
SetT(EffectParameter, T) |
Sets a ConstParameterBindingT for the specified effect parameter.
(Inherited from EffectBinding.) | |
SetT(EffectParameter, T) |
Sets a ConstParameterArrayBindingT for the specified effect parameter.
(Inherited from EffectBinding.) | |
SetT(String, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the effect parameter with the
specified name.
(Inherited from EffectBinding.) | |
SetT(String, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the effect parameter with the specified
name.
(Inherited from EffectBinding.) | |
SetT(String, T) |
Sets a ConstParameterBindingT for the effect parameter with the specified
name.
(Inherited from EffectBinding.) | |
SetT(String, T) |
Sets a ConstParameterArrayBindingT for the effect parameter with the
specified name.
(Inherited from EffectBinding.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Effect |
Gets the effect.
(Inherited from EffectBinding.) | |
Hints |
Gets a value indicating which effect parameters are handled by this effect binding.
(Inherited from EffectBinding.) | |
LightingEnabled |
Gets or sets a value indicating whether lighting is enabled.
| |
OpaqueData |
Gets the opaque data (only used for debugging, only set if KeepOpaqueData is
).
(Inherited from EffectBinding.) | |
ParameterBindings |
Gets the bindings that resolve effect parameters.
(Inherited from EffectBinding.) | |
PreferPerPixelLighting |
Gets or sets a value indicating whether per-pixel lighting should be used.
| |
TechniqueBinding |
Gets or sets the binding that resolves the effect technique.
(Inherited from EffectBinding.) | |
TextureEnabled |
Gets or sets a value indicating whether texturing is enabled.
| |
UserData |
Gets or sets user-defined data.
(Inherited from EffectBinding.) | |
VertexColorEnabled |
Gets or sets a value indicating whether vertex color is enabled.
|