Skip to main content
Version: 3.9.0

Get Visibility

get visibility

Use Get Visibility to get the visibility of a Scene Object. Get Visibility is in the Utility category.

Input

NameData TypeDescription
TargetScene ObjectThe Scene Object to get the visibility status for.

Output

NameData TypeDescription
VisibilityBooleanThe visibility status. True for visible, false for invisible.

Example

get visibility example

Get the visibility state of the sphere to set the visibility of the cube. If the sphere is visible, then the cube will be invisible and visa versa.

get visibility node