# Handles.SizeFunction

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

## Definition

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

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