## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum InteractableFacade.InteractionTypes

The allowed interaction states.

##### Namespace

* [Tilia.Interactions.Interactables.Interactables]

##### Syntax

```
[Flags]
public enum InteractionTypes
```

### Fields

| Name | Description |
| --- | --- |
| PrimaryGrab | Whether the Interactable can be primarily grabbed. |
| SecondaryGrab | Whether the Interactable can be secondarily grabbed. |
| Touch | Whether the Interactable can be touched. |

[Tilia.Interactions.Interactables.Interactables]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
