Class StatusTracker
public class StatusTracker
- Inheritance
-
StatusTracker
- Derived
Constructors
StatusTracker(string, string, Severity, GUIContent)
public StatusTracker(string identifier, string scopeId, StatusTracker.Severity severity, GUIContent message)
Parameters
identifier
stringscopeId
stringseverity
StatusTracker.Severitymessage
GUIContent
Fields
Identifier
public string Identifier
Field Value
IssueSeverity
public StatusTracker.Severity IssueSeverity
Field Value
Logger
protected Logger Logger
Field Value
Message
public GUIContent Message
Field Value
- GUIContent
ScopeId
public string ScopeId
Field Value
buttonAreaWidth
protected int buttonAreaWidth
Field Value
Properties
Hidden
public virtual bool Hidden { get; }
Property Value
Methods
GetIssueIcon()
protected GUIContent GetIssueIcon()
Returns
- GUIContent