The targeting visual shown while an interactor targets an Interactable or InteractionPlane.
Lens Scripting Version 375
const options = new SpecsInteractionModule.InteractableOptions();options.targetingVisual = SpecsInteractionModule.TargetingVisual.None;interaction.registerInteractable(script.getSceneObject(), [collider], options); Copy
const options = new SpecsInteractionModule.InteractableOptions();options.targetingVisual = SpecsInteractionModule.TargetingVisual.None;interaction.registerInteractable(script.getSceneObject(), [collider], options);
Show the cursor.
No targeting visual.
The targeting visual shown while an interactor targets an Interactable or InteractionPlane.
Since
Lens Scripting Version 375
Snap OS
Example