## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum InteractableFactory.ActionType

The grab action type to be applied to the primary or secondary action.

##### Namespace

* [Tilia.Interactions.Interactables.Interactables.Utility]

##### Syntax

```
public enum ActionType
```

### Fields

| Name | Description |
| --- | --- |
| ControlDirection | The Interactable will attempt to rotate into the direction of the Interactor. |
| Follow | The Interactable will follow the Interactor. |
| None | No action is performed. |
| Scale | The Interactable will scale in size based on the point difference between the given Interactors. |
| Swap | The Interactable will swap the primary action to the secondary Interactor. |

[Tilia.Interactions.Interactables.Interactables.Utility]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
