Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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:
  1. For [EventType.Layout event, call HandleUtility.AddControl to inform Unity about the distance of the handle from mouse position.
  2. For [EventType.Repaint event, render the actual handle.