TrackerIssue
constructor in Coherence.Editor.TrackerIssue
Constructors
public TrackerIssue(string identifier, string scopeId, StatusTracker.Severity severity, IIssueCondition condition, IIssueSolution solution, GUIContent issueDescription, GUIContent solutionDescription, GUIContent buttonDescription, bool allowWordWrapInButton = true, Func<string> docURL = null, params StatusTrackerController.UpdateHandler[] updateHandlers)
Parameters
| Type | Name | Description |
|---|---|---|
| string | identifier | |
| string | scopeId | |
| StatusTracker.Severity | severity | |
| IIssueCondition | condition | |
| IIssueSolution | solution | |
| GUIContent | issueDescription | |
| GUIContent | solutionDescription | |
| GUIContent | buttonDescription | |
| bool | allowWordWrapInButton | |
| Func<string> | docURL | |
| UpdateHandler[] | updateHandlers |