This method of the Direct3dRMPickArray Class retrieves a Direct3dRMFrameArray object associated with this object.
public Direct3dRMFrameArray getPickFrame(int index, D3dRMPickDesc desc);
Returns the Direct3dRMFrameArray 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. |