# Easy Shake

<figure><img src="/files/ZzpHH7gtyPlgYLP9jfT1" alt="" width="324"><figcaption></figcaption></figure>

Can be used for Camera shakes or damage effects etc.&#x20;

* Shake Duration - How long to shake for ( < 0 for infinite)
* Shake On Enable - Auto start the shake on enable
* Movement Lerp Mod - Multiplier for the lerp delta that moves the Transform to the next shook position
* Movements Per Second - How often to find a new shake position
* Minimize Shake Over Time - Automatic falloff for the position and rotation offset as the duration approaches the end
* Max Position Offset - How big each shake position can be
* Max Rotation Offset Angles - How big of an angle each shake rotation can be
* Destroy Component On End - Destroy self after a shake is completed

Press the Shake button to simulate the shake in Editor

<figure><img src="/files/h1IvruMqzYCi1pRbEllt" alt="" width="375"><figcaption></figcaption></figure>


---

# 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://docs.airship.gg/unity-for-airship/easy-helper-utils/easy-shake.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.
