Class Highlighter
Assembly: UnityEditor.dll
Syntax
public sealed class Highlighter
Properties
|
Improve this Doc
View Source
active
Declaration
public static bool active { get; }
Property Value
activeRect
Declaration
public static Rect activeRect { get; }
Property Value
activeText
Declaration
public static string activeText { get; }
Property Value
activeVisible
Declaration
public static bool activeVisible { get; }
Property Value
Methods
|
Improve this Doc
View Source
Highlight(String, String)
Declaration
public static bool Highlight(string windowTitle, string text)
Parameters
Returns
|
Improve this Doc
View Source
Highlight(String, String, HighlightSearchMode)
Declaration
public static bool Highlight(string windowTitle, string text, HighlightSearchMode mode)
Parameters
Returns
|
Improve this Doc
View Source
HighlightIdentifier(Rect, String)
Declaration
public static void HighlightIdentifier(Rect position, string identifier)
Parameters
Type |
Name |
Description |
Rect |
position |
|
String |
identifier |
|
|
Improve this Doc
View Source
Stop()
Declaration
public static void Stop()
Extension Methods