## Contents

* [Inheritance]
* [Namespace]
* [Syntax]
* [Fields]

## Details

# Enum GrabInteractableFollowAction.OffsetType

The offset to apply on grab.

##### Namespace

* [Tilia.Interactions.Interactables.Interactables.Grab.Action]

##### Syntax

```
public enum OffsetType
```

### Fields

| Name | Description |
| --- | --- |
| ForcePrecisionPoint | The precision point offset will always be re-created based on the latest Interactor grabbing the Interactable. |
| None | No offset is applied. |
| OrientationHandle | An offset of a specified GameObject is applied to orientate the Interactable on grab. |
| PrecisionPoint | An offset of where the collision between the Interactor and Interactable is applied for precision grabbing. |

[Tilia.Interactions.Interactables.Interactables.Grab.Action]: README.md
[Inheritance]: #Inheritance
[Namespace]: #Namespace
[Syntax]: #Syntax
[Fields]: #Fields
