blurCamera

Platform Compatibility PC Mac OSX Oculus Quest X X X Turn blur camera effect on/off, uses main camera if not attached to a camera Parameters: _tf A boolean value useMainAsBackup Optional A boolean value Example: 1obj.blurCamera(_tf, useMainAsBackup)

getLinePointTotal

Platform Compatibility PC Mac OSX Oculus Quest X X X Get number of points returns an Integer (whole number) value Example: 1obj.getLinePointTotal()

removeLinePoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Remove a point if it exists Parameters: pointNo An integer value Example: 1obj.removeLinePoint(pointNo)

setLinePoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Set a line point if it exists, accepts x,y,z string format as well Parameters: pointNo An integer value x A float value y A float value z A float value Example: 1obj.setLinePoint(pointNo, x, y, z)

addLinePoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Add line render point, accepts x,y,z string format as well Parameters: x A float value y A float value z A float value Example: 1obj.addLinePoint(x, y, z)

clearLine

Platform Compatibility PC Mac OSX Oculus Quest X X X Clear line renderer points Example: 1obj.clearLine()

followerRandomPath

Platform Compatibility PC Mac OSX Oculus Quest X X X Are we following random paths? Parameters: index Optional An integer value returns a Boolean (true or false) value Example: 1obj.followerRandomPath(index)

followerWarpPoint

Platform Compatibility PC Mac OSX Oculus Quest X X X Teleport to current warp point if not null Parameters: index Optional An integer value Example: 1obj.followerWarpPoint(index)

followerCurrPath

Platform Compatibility PC Mac OSX Oculus Quest X X X Return current path Parameters: index Optional An integer value returns an Integer (whole number) value Example: 1obj.followerCurrPath(index)

followerJoinFurthest

Platform Compatibility PC Mac OSX Oculus Quest X X X Try to join the furthest away path waypoint we can find Parameters: index Optional An integer value Example: 1obj.followerJoinFurthest(index)