Handles.CapFunction
The function to use for drawing the handle e.g. Handles.RectangleCap.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Delegate
- Namespace: UnityEditor
- Assembly: UnityEditor
public delegate void Handles.CapFunction(int controlID, Vector3 position, Quaternion rotation, float size, EventType eventType)
Remarks
Custom CapFunction has two responsibilities:
-
For [EventType.Layout event, call HandleUtility.AddControl to inform Unity about the distance of the handle from mouse position.
-
For [EventType.Repaint event, render the actual handle.