Skip to content

TextStudio3DStyleIssue

StructTextStudio.ThreeDTextStudio.3D
public readonly struct TextStudio3DStyleIssue

Reports one informational, warning, or error condition found while resolving an authored style layer.

public readonly TextStudio3DStyleIssueSeverity Severity

Returns

TextStudio.ThreeD.TextStudio3DStyleIssueSeverity

public readonly int LayerIndex

Returns

System.Int32

public readonly string Message

Returns

System.String

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