> For the complete documentation index, see [llms.txt](https://docs.overdare.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.overdare.com/development/api-reference/classes/layercollector.md).

# LayerCollector

LayerCollector : `GuiBase2d`

## Overview

LayerCollector serves as the base class for UI instances such as ScreenGui, SurfaceGui, and BillboardGui, responsible for displaying UI elements on the screen

## Properties

### Enabled

`boolean`

You can set the visibility of LayerCollector on the screen.

If false, UI elements are not displayed on the screen, and input events or state changes do not trigger updates.

#### Code Samples

```lua
ScreenGui.Enabled = false
```

## Methods

## Events
