HighlightIdentifier(Rect, string)
Call this method to create an identifiable rect that the Highlighter can find.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Method
- Namespace: UnityEditor
- Assembly: UnityEditor
public static void HighlightIdentifier(Rect position, string identifier)
Parameters
Remarks
If you want a custom rect in an EditorWindow or custom Editor to be highlightable, you can call this method to specify the rect and the identifier text for that rect. That will make it possible for the Highlighter to highlight the rect.