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

# Set Size

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

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

![The Set Size Node.](/files/3mMEwKFN2MpqlcLcauOb)

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

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

**Attributes**

![The Set Size Node Attributes.](/files/srWS78q1TJvzwTqjfd3D)

| Attribute | Type        | Description                                                                                         |
| --------- | ----------- | --------------------------------------------------------------------------------------------------- |
| `Size`    | **Vector3** | The desired `Size` values of the **Scene Object**, if one is not provided in the `Size` **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 **Scene Object** whose `Size` you wish to set.                                                         |
| `Size`            | **Vector3**  | A 3-dimensional **Vector** that contains the desired $$X$$, $$Y$$, and $$Z$$ `Size` values for the target **Scene Object**. |

**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. |
| {% endtab %}       |           |                                                                                                                                        |

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

![The Set Size Node.](/files/Zcw99YhhZog7a74U2Bf0)

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

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

**Attributes**

![The Set Size Node Attributes.](/files/ItYkm080BfWnmAohs06B)

| Attribute | Type        | Description                                                                                           |
| --------- | ----------- | ----------------------------------------------------------------------------------------------------- |
| `Size`    | **Vector2** | The desired `Size` values of the **Scene2D Object**, if one is not provided in the `Size` **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 **Scene2D Object** whose `Size` you wish to set.                                                 |
| `Size`            | **Vector2**  | A 2-dimensional **Vector** that contains the desired $$X$$ and $$Y$$ `Size` values for the target **Scene2D Object**. |

**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. |
| {% endtab %}       |           |                                                                                                                                        |
| {% endtabs %}      |           |                                                                                                                                        |

## See Also

* [**Set Position**](/incari-studio/2024.1/toolbox/incari/object/set-position.md)
* [**Set Rotation**](/incari-studio/2024.1/toolbox/incari/object/set-rotation.md)
