Device.Lights Property (Microsoft.DirectX.Direct3D)

Retrieves the LightsCollection collection on the current device.

Definition

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

Property Value

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

This property is read-only.