Table of Contents

Enum FlexalonInteractable.InteractableState

Namespace
Flexalon
Assembly
Flexalon.dll

The current state of the interactable.

public enum FlexalonInteractable.InteractableState

Fields

Dragging = 3

The object is being dragged.

Hovering = 1

The object is being hovered over.

Init = 0

The object is not being interacted with.

Selecting = 2

The object is being selected (e.g. press down mouse over object).