Vixen
dd8b0a81
csharp
public readonly record struct TextureCompoundProblem

What reading one compound out of a library folder had to say.

Read the guide page for this →

Fields and properties (3)

  • public string Path

    Its node-type path — the folders under the library root, then the file's stem.

  • public string Source

    Where the file is: an embedded resource name, or an absolute path.

  • public string Problem

    Why it was not published, or an empty string when it was.

Methods (1)

  • public TextureCompoundProblem(string Path, string Source, string Problem)

    What reading one compound out of a library folder had to say.

Used by (7)

  • TextureCompoundLibraryVixen.Editor.TextureGraph
  • TextureCompoundLibraryTestsVixen.Editor.TextureGraph.Tests
  • TextureGraphDocumentVixen.Editor.Texturing
  • TextureGraphPanelTestsVixen.Editor.Texturing.Tests
  • TextureGraphRunnerVixen.Cli
  • TextureGraphViewVixen.Editor.Texturing
  • TextureLibraryVixen.Editor.Texturing