## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum GrabInteractableReceiver.ActiveType

The way in which the grab is kept active.

##### Namespace

* [Tilia.Interactions.Interactables.Interactables.Grab.Receiver]

##### Syntax

```
public enum ActiveType
```

### Fields

| Name | Description |
| --- | --- |
| HoldTillRelease | The grab will occur when the button is held down and will ungrab when the button is released. |
| Toggle | The grab will occur on the first press of the button and stay grabbed until a second press of the button. |

[Tilia.Interactions.Interactables.Interactables.Grab.Receiver]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
