# Set Visibility

## Overview

![The Set Visibility Node.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-cf5077f929ab37e8ed2d43060164b350aa83277c%2Fsetvisibilityupdatedimage.png?alt=media)

**Set Visibility** makes an **Object** either visible or not visible in a **Scene**.

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

## Attributes

![The Set Visibility Node Attributes.](https://926825830-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FKQhJdUBr7YQzfIwmpAZ9%2Fuploads%2Fgit-blob-ed86542e0bc14ae86b99d2a4911be8fb5923d31f%2Fnode-set-visibility-attr.png?alt=media)

| Attribute    | Type         | Description                                                                                                    |
| ------------ | ------------ | -------------------------------------------------------------------------------------------------------------- |
| `Object`     | **ObjectID** | The **Object**, whose *visibility* you wish to set, if one is not provided in the `Object ID` **Socket**.      |
| `Is Visible` | **Bool**     | A **Boolean** indicating whether a desired **Object** is set to *visible* or not. The default value is *true*. |

## 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 **Object** you would like to make *visible* or not.                  |
| `Is Visible`      | **Bool**     | A **Boolean** that sets the **Object** **Visibility** to either *true* or *false*. |

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

## See Also

* [**Get Visibility**](https://docs.incari.com/incari-studio/2022.1/toolbox/incari/object/get-visibility)
