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