> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/2023.1/toolbox/incari/object/get-position.md).

# Get Position

This **Node** has different versions for [**Scenes**](/incari-studio/2023.1/objects-and-types/project-objects/scene.md) and [**Scene2Ds**](/incari-studio/2023.1/objects-and-types/project-objects/scene2d.md). Find in the tabs below the documentation for both versions.

{% tabs %}
{% tab title="Scene" %}

#### Overview

![The Get Position Node.](/files/wBFsgSN2cPQwDcXrM6uR)

**Get Position** returns the $$X$$, $$Y$$, and $$Z$$ positions of an **Object** in a **Scene**.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

#### Inputs

| Input             | Type         | Description                                                                |
| ----------------- | ------------ | -------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.      |
| `Object ID`       | **ObjectID** | The ID of the target **Scene Object** whose `Position` you wish to return. |

#### Outputs

| Output             | Type        | Description                                                                                                                            |
| ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**   | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Position`         | **Vector3** | A 3-dimensional **Vector** that contains the $$X$$, $$Y$$, and $$Z$$ positions of the target **Scene Object**.                         |
| {% endtab %}       |             |                                                                                                                                        |

{% tab title="Scene2D" %}

#### Overview

![The Get Position Node.](/files/tzsrakPBo9wwyN8KBOgd)

**Get Position** returns the $$X$$ and $$Y$$ positions of an **Object** in a **Scene2D**.

[**Scope**](/incari-studio/2023.1/toolbox/overview.md#scopes): **Scene**, **Function**, **Prefab**.

#### Inputs

| Input             | Type         | Description                                                                  |
| ----------------- | ------------ | ---------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.        |
| `Object ID`       | **ObjectID** | The ID of the target **Scene2D Object** whose `Position` you wish to return. |

#### Outputs

| Output             | Type        | Description                                                                                                                            |
| ------------------ | ----------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**   | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Position`         | **Vector2** | A 2-dimensional **Vector** that contains $$X$$ and $$Y$$ positions of the target **Scene2D Object**.                                   |
| {% endtab %}       |             |                                                                                                                                        |
| {% endtabs %}      |             |                                                                                                                                        |

## See Also

* [**Get Rotation**](/incari-studio/2023.1/toolbox/incari/object/get-rotation.md)
* [**Get Scale**](/incari-studio/2023.1/toolbox/incari/object/get-scale.md)
* [**Set Position**](/incari-studio/2023.1/toolbox/incari/object/set-position.md)

## External Links

* [*Position (geometry)*](https://en.wikipedia.org/wiki/Position_\(geometry\)) on Wikipedia.
