EffectBinding Methods |
The EffectBinding type exposes the following members.
Name | Description | |
---|---|---|
Clone |
Creates a new EffectBinding that is a clone of the current instance.
| |
CloneCore |
Makes the instance a clone (deep copy) of the specified EffectBinding.
| |
CreateInstanceCore |
When implemented in a derived class, creates a new instance of the
EffectBinding derived class.
| |
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.
| |
SetT(EffectParameter, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the specified effect parameter.
| |
SetT(EffectParameter, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the specified effect parameter.
| |
SetT(EffectParameter, T) |
Sets a ConstParameterBindingT for the specified effect parameter.
| |
SetT(EffectParameter, T) |
Sets a ConstParameterArrayBindingT for the specified effect parameter.
| |
SetT(String, ActionDelegateParameterArrayBindingT, RenderContext, T) |
Sets a DelegateParameterArrayBindingT for the effect parameter with the
specified name.
| |
SetT(String, FuncDelegateParameterBindingT, RenderContext, T) |
Sets a DelegateParameterBindingT for the effect parameter with the specified
name.
| |
SetT(String, T) |
Sets a ConstParameterBindingT for the effect parameter with the specified
name.
| |
SetT(String, T) |
Sets a ConstParameterArrayBindingT for the effect parameter with the
specified name.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |