# Get Visibility

## Overview

![The Get Visibility Node.](https://2523600638-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-2530645121%2Fuploads%2Fgit-blob-ed541ca44c1792c724616cfc67fc710e88405c3d%2Fget-visibility.PNG?alt=media)

**Get Visibility** returns a **Boolean** value indicating whether an **Object** is visible in a **Scene** or not.

## Attributes

| Attribute | Type         | Description                                                                                          |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Object**, whose *visibility* is desired, 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 **Object** whose *visibility* 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. |
| `Is Visible`       | **Bool**  | A boolean value that is *true* if the target **Object** is *visible* in the **Scene** and *false* if it is not.                        |

## See Also

* [**Set Visibility**](https://docs.incari.com/incari-studio/2021.2/toolbox/incari/object/set-visibility)
