## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum InteractableActionReceiverFacade.InteractionState

The states of interaction.

##### Namespace

* [Tilia.Interactions.Interactables.Interactables]

##### Syntax

```
public enum InteractionState
```

### Fields

| Name | Description |
| --- | --- |
| Custom | A custom state that will not automatically register any events. |
| FirstGrab | When the first interactor starts grabbing the interactable. |
| FirstTouch | When the first interactor starts touching the interactable. |
| Grab | When an interactor grabs the interactable. |
| Touch | When an interactor touches the interactable. |

[Tilia.Interactions.Interactables.Interactables]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
