# Get Size 2D (px)

## Overview

![The Get Size 2D (px) Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-e2754b6435215dc26307b11bb74637159c692c84%2Fgetsize2dupdatedimage.png?alt=media)

The **Get Size 2D (px) Node** returns the X and Y values of a **2D Object's** `Size`.

[**Scope**](https://docs.incari.com/incari-studio/2022.1/overview#scopes): **Scene**, **Function**, **Prefab**.

## Attributes

![The Get Size 2D (px) Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-c35cd9657ce74b8429f2844084022fbf9bd7de4b%2Fnode-get-size-2d-attr.png?alt=media)

| Attribute | Type         | Description                                                                                                  |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | The target **Object** whose `Size` you wish to return, if one is not provided in the `Object ID` **Socket**. |

## 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 **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 **Object**.                                     |

## See Also

* [**Get Position 2D (px)**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-position-pixel)
* [**Get Rotation 2D**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-rotation-pixel)
