Device.Lights Property (Microsoft.DirectX.Direct3D)

Retrieves the LightsCollection collection on the current device.

Definition

Visual BasicPublic ReadOnly Property Lights As LightsCollection
C#public LightsCollection Lights { get; }
C++public:
property LightsCollection^ Lights {
        LightsCollection^ get();
}
JScriptpublic function get Lights() : LightsCollection

Property Value

Microsoft.DirectX.Direct3D.LightsCollection
A LightsCollection collection object.

This property is read-only. 
Show: