# Selectable Object

## Introduction

{% hint style="info" %}
Part of the [Selection System](https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/selection-system) of the UX Complete asset
{% endhint %}

Make anything selectable and searchable with a simple easy to use componenet.

## Definition

### Fields and Attributes

<table><thead><tr><th width="150">Type</th><th width="150">Name</th><th width="370.2">Notes</th></tr></thead><tbody><tr><td>bool</td><td>IsSelected</td><td>If true this object is selected. If you set this it will update the object's selection state in the API.Selection interface</td></tr></tbody></table>

### Events

#### Selection Changed

occurs when the selection status of this object has been changed
