getRight

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: 1obj.getRight(index, multiply = 1)

getForward

Platform Compatibility PC Mac OSX Oculus Quest X X X Get forward 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: 1obj.getForward(index, multiply = 1)

setQuaternion

Platform Compatibility PC Mac OSX Oculus Quest X X X Set Quaternion of object in w,x,y,z Parameters: index An integer value quat A string value Example: 1obj.setQuaternion(index, quat)

getQuaternion

Platform Compatibility PC Mac OSX Oculus Quest X X X Get Quaternion of object in w,x,y,z Parameters: index An integer value returns a String (text) value Example: 1obj.getQuaternion(index)

getScaleZ

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale Z of this object Parameters: index An integer value returns a Float (decimal number) value Example: 1obj.getScaleZ(index)

getScaleY

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale Y of this object Parameters: index An integer value returns a Float (decimal number) value Example: 1obj.getScaleY(index)

getScaleX

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale X of this object Parameters: index An integer value returns a Float (decimal number) value Example: 1obj.getScaleX(index)

getScale

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale X,Y,Z of this object Parameters: index An integer value returns a String (text) value Example: 1obj.getScale(index)

getEulerZ

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: 1obj.getEulerZ(index, isLocal)

getEulerY

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