# Implements IVisible

### Introduction

The Implements IVisible property controls whether an entity implements the IVisible property. If true the following is performed by the FlatRedBall Editor:

* The Entity implements the IVisible interface
  * The Visible property is available in code
  * Children of the entity will be hidden if instances of the entity have their Visible property set to false
* The entity provides the Visible variable for tunneling and assignment per-instance

<figure><img src="/files/dcjLlYFq9e1wlV2pIPxc" alt=""><figcaption></figcaption></figure>

### What is "IVisible"?

IVisible is a code interface defined in FlatRedBall. This interface primarily provides a Visible property. For information on working with IVisible in code, see the [IVisible page](/flatredball/api/flatredball/graphics/ivisible.md).

### Common Usage


---

# 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://docs.flatredball.com/flatredball/glue-reference/entities/glue-reference-implements-ivisible.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.
