> For the complete documentation index, see [llms.txt](https://kinemation.gitbook.io/scriptable-animation-system/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/look-layer.md).

# Look Layer

<figure><img src="/files/xmIu7zuutZsezEZMOiuY" alt="" width="563"><figcaption><p>Simple look around and leaning.</p></figcaption></figure>

## Description

**Look Layer** replaces [**Blend Trees**](https://docs.unity3d.com/Manual/class-BlendTree.html) when it comes to looking around. It procedurally rotates bones of your character to make it look around. The layer supports all rotation axes.

## Properties

<figure><img src="/files/0Kls3uSKcsJTx8Q6u7ma" alt="" width="410"><figcaption></figcaption></figure>

* Mouse Input Property: what input Vector4 value will be controlling the Pitch and Yaw input.
* Lean Input Property: what value will be controlling leaning angle.
* Pitch/Yaw/Roll Offset Elements: what bones will be applying Pitch/Yaw/Roll rotations.

**Pitch** represents rotation around the X axis or up/down motion.

**Yaw** represents rotation around the Y axis or right/left motion.

**Roll** represents rotation around the Z axis or leaning motion.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://kinemation.gitbook.io/scriptable-animation-system/fundamentals/animator-layers/look-layer.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.
