Show / Hide Table of Contents

Class Highlighter

Inheritance
Object
Highlighter
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor
Assembly: UnityEditor.dll
Syntax
public sealed class Highlighter

Properties

| Improve this Doc View Source

active

Declaration
public static bool active { get; }
Property Value
Type Description
Boolean

activeRect

Declaration
public static Rect activeRect { get; }
Property Value
Type Description
Rect

activeText

Declaration
public static string activeText { get; }
Property Value
Type Description
String

activeVisible

Declaration
public static bool activeVisible { get; }
Property Value
Type Description
Boolean

Methods

| Improve this Doc View Source

Highlight(String, String)

Declaration
public static bool Highlight(string windowTitle, string text)
Parameters
Type Name Description
String windowTitle
String text
Returns
Type Description
Boolean
| Improve this Doc View Source

Highlight(String, String, HighlightSearchMode)

Declaration
public static bool Highlight(string windowTitle, string text, HighlightSearchMode mode)
Parameters
Type Name Description
String windowTitle
String text
HighlightSearchMode mode
Returns
Type Description
Boolean
| 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

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX