Rigs
Interacting with Locators
Locators are points in space that can be used to execute commands at specific positions / rotations relative to your Rig Instance. This page explains how to interact with Locators in your Rig Instance using commands.
Single Locator Functions
animated_java:<export_namespace>/as_locator
Runs a command as and at a specific locator's entity.
ExampleNoteThe
as_locator
function will only work if you have the Locator's Use Entity config option enabled.animated_java:<export_namespace>/at_locator
Runs a command at a specific locator's position / rotation.
ExampleNoteThe
at_locator
function does not require the Locator's Use Entity config option to be enabled.
Multi Locator Functions
animated_java:<export_namespace>/as_all_locators
Runs a command as and at all locators in the Rig Instance.
ExampleNoteThe
as_all_locators
function will only work if all Locators have the Use Entity config option enabled.animated_java:<export_namespace>/at_all_locators
Runs a command at all locators in the Rig Instance.
ExampleNoteThe
at_all_locators
function does not require the Locators' Use Entity config option to be enabled.