angleHandleSizeFunction
The Handles.SizeFunction to specify how large the angle control handle should be.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor.CoreModule
public Handles.SizeFunction angleHandleSizeFunction { get; set; }
Remarks
Defaults to ArcHandle.DefaultAngleHandleSizeFunction for new instances of ArcHandle. The angle handle will be drawn with a size of if a value of is assigned.
0nullAdditional Resources: ArcHandle.angleHandleDrawFunction.