Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Highlighter.HighlightIdentifier

static function HighlightIdentifier(position: Rect, identifier: string): void;
static void HighlightIdentifier(Rect position, string identifier);
static def HighlightIdentifier(position as Rect, identifier as string) as void

Parameters

positionThe position to make highlightable.
identifierThe identifier text of the rect.

Description

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.