# angleHandleDrawFunction

> The Handles.CapFunction to use when displaying the angle control handle.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.IMGUI.Controls](/engine/6000.7/script-reference/unityeditor/imgui/controls.md)
* **Assembly:** UnityEditor

```csharp
public Handles.CapFunction angleHandleDrawFunction { get; set; }
```

### Remarks

Defaults to [ArcHandle.DefaultAngleHandleDrawFunction](/engine/6000.7/script-reference/unityeditor/imgui/controls/archandle/defaultanglehandledrawfunction.md) for new instances of [JointAngularLimitHandle](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle.md). No angle handle will be drawn if a value of `null` is assigned.

Additional Resources: [JointAngularLimitHandle.angleHandleSizeFunction](/engine/6000.7/script-reference/unityeditor/imgui/controls/jointangularlimithandle/anglehandlesizefunction.md).
