This method of the Direct3dRMPickArray Class returns one of the Direct3dRMVisual objects associated with this object.
public Direct3dRMVisual getPickVisual(int index, D3dRMPickDesc desc);
Returns the Direct3dRMVisual object if successful; otherwise, returns null.
index | 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. |
desc | The D3dRMPickDesc object that receives the pick description. |