# Mount Triggers

## Overview

This component is in charge of connecting the Rider and the Mount. It tells the rider which animal is mounting, enalbling on the rider that it can mount something.

![](/files/-M94sJVG9B6I25vdTb-1)

Mount triggers required a Colliders set as trigger. So when the Rider enters the Trigger it will activate the Mount Logic.

![](/files/-M94sVTWWeIlCpAg3t7J)

## Parameters

### Auto Mount

The rider will mount the animal with any need of Input.

### Mount Animation

Name of the Animation this Mount trigger will play.

![](/files/-M94y7R7NKI5Zk0RBE8S)

### Dismount ID

Transition ID of the Dismount Animation th Mount trigger will play.

![](/files/-M94wIu-G6hqfiVV00t7)

### Direction

Vector Direction the Mount Trigger is relative to the Animal.

Left(-1,0,0)  Right(1,0,0) Front(0,0,1) Back(0,0,-1)

### Adjustment

The Animation are made for the Horse, so sometimes to acomodate the Rider to a smaller or bigger animal they need to have a Transform adjustment to increase or decrease the movement of Rider Mount/Dismount animations


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://malbersanimations.gitbook.io/animal-controller/riding/mount-triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
