# Selectable Object

## Introduction

{% hint style="info" %}
Part of the [Selection System](/old-kb/toolkit-for-ui-and-ux/unity/learning/core-concepts/selection-system.md) 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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kb.heathen.group/old-kb/toolkit-for-ui-and-ux/unity/components/selectable-object.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
