Click or drag to resize
DigitalRuneDefaultEffectBinder Properties

The DefaultEffectBinder type exposes the following members.

Properties
  NameDescription
Public propertyBoolArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Boolean[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyBoolBindings
Gets or sets the factory methods that create effect parameter bindings for Boolean parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyStatic memberDebug0
Gets or sets the value for effect parameters with the semantic Debug and index 0.
Public propertyStatic memberDebug1
Gets or sets the value for effect parameters with the semantic Debug and index 1.
Public propertyInt32ArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Int32[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyInt32Bindings
Gets or sets the factory methods that create effect parameter bindings for Int32 parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyMatrixArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Matrix[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyMatrixBindings
Gets or sets the factory methods that create effect parameter bindings for Matrix parameters.
(Inherited from DictionaryEffectBinder.)
Public propertySingleArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Single[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertySingleBindings
Gets or sets the factory methods that create effect parameter bindings for Single parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyStructBindings
Gets or sets the factory methods that create effect parameter bindings for struct parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyTexture2DBindings
Gets or sets the factory methods that create effect parameter bindings for Texture2D parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyTexture3DBindings
Gets or sets the factory methods that create effect parameter bindings for Texture3D parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyTextureBindings
Gets or sets the factory methods that create effect parameter bindings for Texture parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyTextureCubeBindings
Gets or sets the factory methods that create effect parameter bindings for TextureCube parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector2ArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Vector2[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector2Bindings
Gets or sets the factory methods that create effect parameter bindings for Vector2 parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector3ArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Vector3[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector3Bindings
Gets or sets the factory methods that create effect parameter bindings for Vector3 parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector4ArrayBindings
Gets or sets the factory methods that create effect parameter bindings for Vector4[] parameters.
(Inherited from DictionaryEffectBinder.)
Public propertyVector4Bindings
Gets or sets the factory methods that create effect parameter bindings for Vector4 parameters.
(Inherited from DictionaryEffectBinder.)
Top
See Also