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