Package pro.streem.ar.sceneform.ux
Interface SelectionVisualizer
-
- All Known Implementing Classes:
FootprintSelectionVisualizer
public interface SelectionVisualizerInterface to visual when aBaseTransformableNodeis selected.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapplySelectionVisual(BaseTransformableNode node)Adds a visual that indicates aBaseTransformableNodeis currently selected.voidremoveSelectionVisual(BaseTransformableNode node)Removes the visual that was indicating aBaseTransformableNodeis currently selected.
-
-
-
Method Detail
-
applySelectionVisual
void applySelectionVisual(BaseTransformableNode node)
Adds a visual that indicates aBaseTransformableNodeis currently selected.
-
removeSelectionVisual
void removeSelectionVisual(BaseTransformableNode node)
Removes the visual that was indicating aBaseTransformableNodeis currently selected.
-
-