Version: 2022.3
언어: 한국어

Highlighter.HighlightIdentifier

매뉴얼로 전환
public static void HighlightIdentifier (Rect position, string identifier);

파라미터

position The position to make highlightable.
identifier The identifier text of the rect.

설명

Call this method to create an identifiable rect that the Highlighter can find.

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.