Language: Visual BasicC#C++JScript(Show All)
Light.Update() Method (Microsoft.DirectX.Direct3D)

Updates the settings for the current Light object.

Definition

Visual BasicPublic Sub Update()
C#public void Update();
C++public:
void Update();
JScriptpublic function Update();

Remarks

Changes made to the Light object's properties do not take effect until this method is called, or Light.Enabled is set to true.

Page view tracker