TextureShader.SetValue Method |
Language: |
Sets an array of Boolean values.
Visual Basic .NET Public Sub SetValue( _
ByVal constant As EffectHandle, _
ByVal b() As Boolean _
)C# public void SetValue(
EffectHandle constant,
bool[] b
);Managed C++ public: void SetValue(
EffectHandle *constant,
bool b __gc[]
);JScript .NET public function SetValue(
constant : EffectHandle,
b : boolean[]
);
constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that represents the unique identifier to a constant. b System.Boolean[]. An array of Boolean values to set.
Feedback? Please provide us with your comments on this topic.