TextStudio3DStyleIssue
public readonly struct TextStudio3DStyleIssueReports one informational, warning, or error condition found while resolving an authored style layer.
Fields
Section titled “Fields”
Severity
Section titled “Severity”public readonly TextStudio3DStyleIssueSeverity SeverityReturns
TextStudio.ThreeD.TextStudio3DStyleIssueSeverity
LayerIndex
Section titled “LayerIndex”public readonly int LayerIndexReturns
System.Int32
Message
Section titled “Message”public readonly string MessageReturns
System.String
Constructors
Section titled “Constructors”
TextStudio3DStyleIssue(TextStudio3DStyleIssueSeverity, int, string)
Section titled “TextStudio3DStyleIssue(TextStudio3DStyleIssueSeverity, int, string)”public TextStudio3DStyleIssue(TextStudio3DStyleIssueSeverity severity, int layerIndex, string message)Creates a compiler issue for one layer, or for the complete style when the layer index is negative.
Parameters
| Name | Type |
|---|---|
severity |
TextStudio.ThreeD.TextStudio3DStyleIssueSeverity |
layerIndex |
System.Int32 |
message |
System.String |