This method of the Direct3dRMLightArray Class retrieves one of the Direct3dRMLight objects associated with this object.
public Direct3dRMLight getElement(int index);
Returns the Direct3dRMLight object if successful; otherwise, returns null.
index | Identifies the object to return. The index must be a value in the range of 0 to one less than the number returned by the getSize method. |