TextureShader.SetValue Method |
Language: |
Sets a ColorValue object.
Visual Basic .NET Public Sub SetValue( _
ByVal constant As EffectHandle, _
ByVal color As ColorValue _
)C# public void SetValue(
EffectHandle constant,
ColorValue color
);Managed C++ public: void SetValue(
EffectHandle *constant,
ColorValue color
);JScript .NET public function SetValue(
constant : EffectHandle,
color : ColorValue
);
constant Microsoft.DirectX.Direct3D.EffectHandle. An EffectHandle object that represents the unique identifier to a constant. color Microsoft.DirectX.Direct3D.ColorValue. A ColorValue object to set.
Feedback? Please provide us with your comments on this topic.