Platform Compatibility
| PC | Mac OSX | Oculus Quest | 
|---|---|---|
| X | X | X | 
Get right direction in X,Y,Z with optional multiplication of the result
Parameters:
- index
- An integer value
 
 - multiply Optional
- A float value
 
 
returns a String (text) value
Example:
1  | obj.getRight(index, multiply = 1)  |