Struct DetectorInfo
- Namespace
- CodeStage.Maintainer.Issues.Detectors
- Assembly
- Build.dll
public struct DetectorInfo
Properties
Group
public IssueGroup Group { get; }
Property Value
Kind
public DetectorKind Kind { get; }
Property Value
Name
public string Name { get; }
Property Value
- string
Severity
public IssueSeverity Severity { get; }
Property Value
Tooltip
public string Tooltip { get; }
Property Value
- string
Methods
From(IssueGroup, DetectorKind, IssueSeverity, string, string)
public static DetectorInfo From(IssueGroup group, DetectorKind kind, IssueSeverity severity, string name, string tooltip = null)
Parameters
groupIssueGroupkindDetectorKindseverityIssueSeveritynamestringtooltipstring
Returns
GetGUIContent()
public GUIContent GetGUIContent()
Returns
- GUIContent