Vixen
dd8b0a81
csharp
public readonly record struct TextureProblem

One thing wrong with a plan, and how much it matters.

Read the guide page for this →

Remarks

A sentence rather than a code, for the reason Validate was already a list of sentences: the reader is an artist looking at a resolution field, and every message here names the op, the number authored and the number it resolved to at this bake.

Fields and properties (2)

  • public TextureProblemSeverity Severity

    Whether the plan is refused or merely reported on.

  • public string Message

    What to put in front of whoever chose the number.

Methods (4)

  • public TextureProblem(TextureProblemSeverity Severity, string Message)

    One thing wrong with a plan, and how much it matters.

  • public static TextureProblem Refusal(string message)

    A problem that stops the bake.

  • public static TextureProblem Caution(string message)

    A problem the bake reports and then bakes anyway.

  • public override string ToString()

    Returns the fully qualified type name of this instance.

Used by (5)

  • TextureAdjustTestsVixen.Editor.TextureGraph.Tests
  • TexturePlacementKernelTestsVixen.Editor.TextureGraph.Tests
  • TexturePlanVixen.Editor.TextureGraph
  • TexturePlanCheckTestsVixen.Editor.TextureGraph.Tests
  • TexturePlanEvaluatorVixen.Editor.TextureGraph