Property | Type | Description | |
---|---|---|---|
bgColor | |||
colorIndicator | |||
completionText | |||
description | string | ||
hasDescriptionColor | |||
highlightedBgColor | |||
hitTextColor | |||
markColor | |||
markText |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
SetCompletion ( string code, string prefix ) : void | ||
SetHighlight ( bool isHighlighted ) : void | ||
SetMark ( string mark, |
||
Update ( ) : void |
public SetCompletion ( string code, string prefix ) : void | ||
code | string | |
prefix | string | |
return | void |
public SetHighlight ( bool isHighlighted ) : void | ||
isHighlighted | bool | |
return | void |
public SetMark ( string mark, |
||
mark | string | |
color | ||
return | void |
public Image,UnityEngine.UI colorIndicator | ||
return |
public Text,UnityEngine.UI completionText | ||
return |
public Color32,UnityEngine hasDescriptionColor | ||
return |
public Color32,UnityEngine highlightedBgColor | ||
return |