> 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/overlaybase.md).

# OverlayBase

OverlayBase : `Instance`

## Overview

This abstract class defines the Outline and Fill functions of a Part.

## Properties

### Adornee

`Instance`

Defines the target object to use for rendering.

#### Code Samples

```lua
local Outline = script.Parent

local Workspace = game:GetService("Workspace")
local Part = Workspace:WaitForChild("Part")

Outline.Adornee = Part
```

### Enabled

`boolean`

Sets whether to display.

#### Code Samples

```lua
local Outline = script.Parent

Outline.Enabled = false
```

## Methods

## Events
