# 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

`bool`

Sets whether to display.

#### Code Samples

```lua
local Outline = script.Parent

Outline.Enabled = false
```

## Methods

## Events
