# Get Size

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

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

![The Get Size Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-a7c62fbd02f785cb68a9549281a453c611c7be23%2Fgetsizenode-3d.png?alt=media)

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

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#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.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-e7b4528013a6366c1fc3be85808873316c0d56d3%2Fgetsizenode.png?alt=media)

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

[**Scope**](https://docs.incari.com/incari-studio/2023.2/overview#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**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/get-position)
* [**Get Rotation**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/get-rotation)
