waypointWait

Platform Compatibility PC Mac OSX Oculus Quest X X X Try to set wait time on waypoint Parameters: minWait An integer value maxWait Optional An integer value index Optional An integer value Example: 1obj.waypointWait(minWait, maxWait, index)

clearWaypoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Disable waypoint flag Parameters: index Optional An integer value Example: 1obj.clearWaypoint(index)

makeWaypoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Make this object into a waypoint, changes tag to Waypoint, numbers are always converted to positive, negative’s only apply for directions to followers Parameters: pathNo An integer value pointNo An integer value minWait A float value maxWait Optional A float value isJunction Optional A boolean … Read more makeWaypoint

scaleGizmo

Platform Compatibility PC Mac OSX Oculus Quest X X – Use the scale gizmo, optionally set target here Parameters: index Optional An integer value Example: 1obj.scaleGizmo(index)

rotGizmo

Platform Compatibility PC Mac OSX Oculus Quest X X – Use the rotation gizmo, optionally set target here Parameters: index Optional An integer value Example: 1obj.rotGizmo(index)

moveGizmo

Platform Compatibility PC Mac OSX Oculus Quest X X – Use the move gizmo, optionally set target here Parameters: index Optional An integer value Example: 1obj.moveGizmo(index)

clearGizmoTarget

Platform Compatibility PC Mac OSX Oculus Quest X X – Clear the gizmo target to end gizmos Example: 1obj.clearGizmoTarget()

setGizmoTarget

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the target of the runtime gizmos Parameters: index Optional An integer value Example: 1obj.setGizmoTarget(index)

loadWebCam

Platform Compatibility PC Mac OSX Oculus Quest X X – Set the texture of this object to a live webcam feed, or nothing to use first device found Parameters: camera A string value Example: 1obj.loadWebCam(camera)

getWebCams

Platform Compatibility PC Mac OSX Oculus Quest X X – Get the list of webcam names returns a String (text) value Example: 1obj.getWebCams()