Platform Compatibility
| PC | Mac OSX | Oculus Quest | 
|---|---|---|
| X | X | X | 
Get the rotation Euler Z of this object local or global
Parameters:
- index
- An integer value
 
 - isLocal Optional
- A boolean value
 
 
returns a Float (decimal number) value
Example:
1  | obj.getEulerZ(index, isLocal)  |