getCamChromaColor

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the background color of the greenscreen camera in R,G,B returns a String (text) value Example: 1obj.getCamChromaColor()

setCamChromaColor

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera enabled or not Parameters: color A string value Example: 1obj.setCamChromaColor(color)

setCamEnabled

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the background color of the greenscreen camera Parameters: _tf A boolean value Example: 1obj.setCamEnabled(_tf)

getCamEnabled

Platform Compatibility PC Mac OSX Oculus Quest X X – Is the camera enabled? returns a Boolean (true or false) value Example: 1obj.getCamEnabled()

setCamFarClip

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera far clipping Parameters: dist A float value Example: 1obj.setCamFarClip(dist)

getCamFarClip

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera far clipping returns a Float (decimal number) value Example: 1obj.getCamFarClip()

setCamNearClip

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the camera near clipping Parameters: dist A float value Example: 1obj.setCamNearClip(dist)

getCamNearClip

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera near clipping returns a Float (decimal number) value Example: 1obj.getCamNearClip()

setCamDepth

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the depth of the camera (for layering) Parameters: depth A float value Example: 1obj.setCamDepth(depth)

getCamDepth

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the camera depth returns a Float (decimal number) value Example: 1obj.getCamDepth()