LightsCollection Class
|
Language: |
Note: This documentation is preliminary and is subject to change.
Defines a collection of lights.
Definition
Members Table
The following table lists the members exposed by the object. Click a tab on the left to choose the type of member you want to view.
Methods
Method |
Description |
GetEnumerator
|
Returns an enumerator that can iterate through the LightsCollection. |
MoveNext
|
Advances the enumerator to the next light. |
Reset
|
Resets the current enumerator to point to the head of the queue. |
Properties
Property |
Description |
Count
|
Retrieves the number of Light objects in the LightsCollection. |
Current
|
Retrieves the current Light object in the LightsCollection. |
Item
|
Retrieves a specific Light object within the LightsCollection. |
Inheritance Hierarchy
Class Information
Namespace |
Microsoft.DirectX.Direct3D |
Assembly |
Microsoft.DirectX.Direct3D (microsoft.directx.direct3d.dll) |
Strong Name |
Microsoft.DirectX.Direct3D,
Version=1.0.2902.0,
Culture=neutral,
PublicKeyToken=31bf3856ad364e35 |
© 2004 Microsoft Corporation. All rights reserved. Terms of use.
Feedback? Please provide us with your comments on this topic.