# Set Size

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

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

![The Set Size Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-a2df19c82232c20f524d1de0e6fb3ffe00d88a14%2Fsetsize3dnode.png?alt=media)

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

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

**Attributes**

![The Set Size Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-213bee00e94e24bde5366573833e6696f006b048%2Fsetsize3datts.png?alt=media)

| 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.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-2667baa0b351f8ce027636578c5d002317072bcc%2Fsetsizenode.png?alt=media)

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

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

**Attributes**

![The Set Size Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-51facc921b63eb75862e5ac84315da780f449f7f%2Fsetsizeatts.png?alt=media)

| 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**](https://docs.incari.com/incari-studio/toolbox/incari/object/set-position)
* [**Set Rotation**](https://docs.incari.com/incari-studio/toolbox/incari/object/set-rotation)
