# Handles.SizeFunction

> A delegate type for getting a handle's size based on its current position.

## Definition

* **Type:** Delegate
* **Namespace:** [UnityEditor](/engine/6000.0/script-reference/unityeditor.md)
* **Assembly:** UnityEditor

```csharp
public delegate float Handles.SizeFunction(Vector3 position)
```
