# floating

> Returns true if overlay is floating, returns false if overlay is docked in a corner or in a toolbar.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Overlays](/engine/6000.7/script-reference/unityeditor/overlays.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public bool floating { get; }
```
