# IK Layer

## Description

This layer applies Two Bone IK algorithm based on the specified bones. The layer utilizes Unity Jobs system for a faster IK evaluation.

This layer is supposed to be the last one in the profile.

## Properties

<figure><img src="/files/wQDo9BflMKn2kMT0z22U" alt="" width="380"><figcaption></figcaption></figure>

IK postfix means the target object for the bone.

Hint postfix means the pole target, or the in-between bone, like knee or lowerarm/elbow.


---

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