Wiki > TV3D65 Index > TVScene
MousePickEx
DESCRIPTION
-This page has been generated automatically. Please improve it by adding a description and additional information.
DECLARATION
| VB.NET | MousePickEx(iMouseX As Integer , iMouseY As Integer , retFirstElementArray As TV_COLLISIONRESULT , eObjectTestType As Integer , eTestType As CONST_TV_TESTTYPE , iNumOfHits As Integer) As Boolean |
| C++ | bool MousePickEx(int iMouseX , int iMouseY , cTV_COLLISIONRESULT* retFirstElementArray , int eObjectTestType , cCONST_TV_TESTTYPE eTestType , int* iNumOfHits ) |
PARAMETERS
| NAME | OPTIONAL | DESCRIPTION |
| iMouseX | No | iMouseX description |
| iMouseY | No | iMouseY description |
| eObjectTestType | Yes | eObjectTestType description |
| eTestType | Yes | eTestType description |
RETURN VALUE
| NAME | OPTIONAL | DESCRIPTION |
| retFirstElementArray | No | retFirstElementArray description |
| iNumOfHits | Yes | iNumOfHits description |
EXAMPLES
TIPS
- Please add any notes or tips for this method.