setAccessoryColor

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the color of the accessory in R,G,B or R,G,B,A (only for lit format!) Parameters: name A string value color A string value Example: 1obj.setAccessoryColor(name, color)

accessoryOffsetScale

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value returns a String (text) value Example: 1obj.accesssoryOffsetScale(name)

setAccessoryOffsetScale

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the scale the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value scale A string value Example: 1obj.setAccessoryOffsetScale(name, scale)

accessoryOffsetEuler

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the rotation the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value returns a String (text) value Example: 1obj.accesssoryOffsetEuler(name)

setAccessoryOffsetEuler

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the rotation the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value rotation A string value Example: 1obj.setAccessoryOffsetEuler(name, rotation)

accessoryOffsetPos

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the position the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value returns a String (text) value Example: 1obj.accesssoryOffsetPos(name)

setAccessoryOffsetPos

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the position the accessory is offset at relative to its start in X,Y,Z Parameters: name A string value position A string value Example: 1obj.setAccessoryOffsetPos(name, position)

accesssoryStartScale

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the scale the accessory starts at relative to its parent in X,Y,Z Parameters: name A string value returns a String (text) value Example: 1obj.accesssoryStartScale(name)

setAccessoryStartScale

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the scale the accessory starts at relative to its parent in X,Y,Z Parameters: name A string value scale A string value Example: 1obj.setAccessoryStartScale(name, scale)

accesssoryStartEuler

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the rotation the accessory starts at relative to its parent in X,Y,Z Parameters: name A string value returns a String (text) value Example: 1obj.accesssoryStartEuler(name)