Enum FlexalonInteractable.InteractableState
- Namespace
- Flexalon
- Assembly
- Flexalon.dll
The current state of the interactable.
public enum FlexalonInteractable.InteractableState
Fields
Dragging = 3The object is being dragged.
Hovering = 1The object is being hovered over.
Init = 0The object is not being interacted with.
Selecting = 2The object is being selected (e.g. press down mouse over object).