setDecalGFX

Platform Compatibility PC Mac OSX Oculus Quest X X X Change the active decal graphic Parameters: name A string value Example: 1obj.setDecalGFX(name)

createSky

Platform Compatibility PC Mac OSX Oculus Quest X X X A Skybox is a 6-sided cube that gives the player a view past the ends of the level, it generally is intended to be a seamless view of the horizon Parameters: front A string pointing to the local or web file back A string pointing … Read more createSky

getTrailSize

Platform Compatibility PC Mac OSX Oculus Quest X X X Get trail width size returns a Float (decimal number) value Example: 1obj.getTrailSize()

setTrailSize

Platform Compatibility PC Mac OSX Oculus Quest X X X Set trail width size Parameters: size A float value Example: 1obj.setTrailSize(size)

getTrailColor

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the trail color in R,G,B,A format returns a String (text) value Example: 1obj.getTrailColor()

setTrailColor

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail color, also accepts string R,G,B,A format Parameters: r A float value g A float value b A float value a A float value Example: 1obj.setTrailColor(r, g, b, a)

setTrailTextureStretch

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail texture stretch mode Parameters: _tf A boolean value Example: 1obj.setTrailTextureStretch(_tf)

setTrailTexture

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail texture Parameters: filename A string value Example: 1obj.setTrailTexture(filename)

getTrailTime

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the trail time in seconds returns a Float (decimal number) value Example: 1obj.getTrailTime()

setTrailTime

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the trail time in seconds Parameters: seconds A float value Example: 1obj.setTrailTime(seconds)