Platform Compatibility
| PC | Mac OSX | Oculus Quest | 
|---|---|---|
| X | X | – | 
Get the 3D point of whatever we hit by clicking the mouse
Parameters:
- layers
- A string value
 
- hitTriggers Optional
- A boolean value whether we detect clicks on trigger colliders
 
returns a String (text) value
Example:
| 1 | obj.Mouse3DPoint(layers, hitTriggers) | 
