setAccessoryStartEuler

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

accesssoryStartPos

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

setAccessoryStartPos

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

accessoryShadows

Platform Compatibility PC Mac OSX Oculus Quest X X X Get whether an accessory casts shadows or not Parameters: name A string value returns a Boolean (true or false) value Example: 1obj.accessoryShadows(name)

setAccessoryShadows

Platform Compatibility PC Mac OSX Oculus Quest X X X Set if an accessory casts shadows or not Parameters: name A string value _tf A boolean value Example: 1obj.setAccessoryShadows(name, _tf)

accessoryLit

Platform Compatibility PC Mac OSX Oculus Quest X X X Get whether an accessory is lit or unlit Parameters: name A string value returns a Boolean (true or false) value Example: 1obj.accessoryLit(name)

setAccessoryLit

Platform Compatibility PC Mac OSX Oculus Quest X X X Set whether an accessory is lit or unlit Parameters: name A string value _tf A boolean value Example: 1obj.setAccessoryLit(name, _tf)

accessoryTexture

Platform Compatibility PC Mac OSX Oculus Quest X X X Get the texture of an accessory Parameters: name A string value returns a String (text) value Example: 1obj.accessoryTexture(name)

setAccessoryTexture

Platform Compatibility PC Mac OSX Oculus Quest X X X Set the texture of an accessory Parameters: name A string value texture A string value Example: 1obj.setAccessoryTexture(name, texture)

deleteAllAccessories

Platform Compatibility PC Mac OSX Oculus Quest X X X Delete all accessories we have Example: 1obj.deleteAllAccessories()