Table of Contents

Class StatusTracker

Namespace
Coherence.Editor
Assembly
Coherence.Editor.dll
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 string
scopeId string
severity StatusTracker.Severity
message GUIContent

Fields

Identifier

public string Identifier

Field Value

string

IssueSeverity

public StatusTracker.Severity IssueSeverity

Field Value

StatusTracker.Severity

Logger

protected Logger Logger

Field Value

Logger

Message

public GUIContent Message

Field Value

GUIContent

ScopeId

public string ScopeId

Field Value

string

buttonAreaWidth

protected int buttonAreaWidth

Field Value

int

Properties

Hidden

public virtual bool Hidden { get; }

Property Value

bool

Methods

GetIssueIcon()

protected GUIContent GetIssueIcon()

Returns

GUIContent