csharp
public readonly record struct TextureCompoundProblemWhat reading one compound out of a library folder had to say.
Fields and properties (3)
public string PathIts node-type path — the folders under the library root, then the file's stem.
public string SourceWhere the file is: an embedded resource name, or an absolute path.
public string ProblemWhy 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