> 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/toolbox/incari/object/get-size.md).

# Get Size

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

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

![The Get Size Node.](/files/E6FidKnE6MFTtggJtDsc)

The **Get Size Node** returns the $$X$$, $$Y$$, and $$Z$$ values of a **Scene Object's** `Size`.

[**Scope**](/incari-studio/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 `Size` 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. |
| `Size`             | **Vector3** | A 3-dimensional **Vector** that contains the $$X$$, $$Y$$ and $$Z$$ `Size` values of the target **Scene Object**.                      |
| {% endtab %}       |             |                                                                                                                                        |

{% tab title="Scene2D" %}
**Overview**

![The Get Size Node.](/files/t96oki4Ds9lMiUxhcLrc)

The **Get Size Node** returns the $$X$$ and $$Y$$ values of a **Scene2D Object's** `Size`.

[**Scope**](/incari-studio/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 `Size` 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. |
| `Size`             | **Vector2** | A 2-dimensional **Vector** that contains the $$X$$ and $$Y$$ `Size` values of the target **Scene2D Object**.                           |
| {% endtab %}       |             |                                                                                                                                        |
| {% endtabs %}      |             |                                                                                                                                        |

## See Also

* [**Get Position**](/incari-studio/toolbox/incari/object/get-position.md)
* [**Get Rotation**](/incari-studio/toolbox/incari/object/get-rotation.md)
