LightsCollection.Item Property |
Language: |
Retrieves a specific Light object within the LightsCollection.
Visual Basic .NET Public ReadOnly Property Item( _
ByVal index As Integer _
) As LightC# public Light this[
int index
] { get; }Managed C++ public: __property Light* get_Item(
int index
);JScript .NET In JScript .NET, you can use indexed properties, but you cannot define your own.
Microsoft.DirectX.Direct3D.Light . The Light object at the given index.
This property is read-only.
index System.Int32. Index value of the light to retrieve.
Feedback? Please provide us with your comments on this topic.