Enum FlexalonInteractable.InteractableState
The current state of the interactable.
Syntax
public enum FlexalonInteractable.InteractableState
Fields
| Name | Description |
|---|---|
| Dragging | The object is being dragged. |
| Hovering | The object is being hovered over. |
| Init | The object is not being interacted with. |
| Selecting | The object is being selected (e.g. press down mouse over object). |