angleHandleDrawFunction
The Handles.CapFunction to use when displaying the angle control handle.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Property
- Namespace: UnityEditor.IMGUI.Controls
- Assembly: UnityEditor
public Handles.CapFunction angleHandleDrawFunction { get; set; }
Remarks
Defaults to ArcHandle.DefaultAngleHandleDrawFunction for new instances of JointAngularLimitHandle. No angle handle will be drawn if a value of is assigned.
nullAdditional Resources: JointAngularLimitHandle.angleHandleSizeFunction.