csharp
public record class MaterialBakeSetWhat one bake put in the project.
Fields and properties (5)
public string NameWhat the set is called, which is not always what it was asked to be.
public AssetReference MaterialThe .vxmat, as the identity that survives a rename.
public IReadOnlyDictionary<MaterialMapTarget, AssetReference> MapsEach written file, by what it holds.
public IReadOnlyList<string> FilesEvery file written, including the material, as full paths.
public IReadOnlyList<string> WarningsWhat the artist should know, in the order it was noticed.
Methods (1)
public MaterialBakeSet(string Name, AssetReference Material, IReadOnlyDictionary<MaterialMapTarget, AssetReference> Maps, IReadOnlyList<string> Files, IReadOnlyList<string> Warnings)What one bake put in the project.
Used by (8)
- MaterialBakeAssetTestsVixen.Editor.Assets.Tests
- MaterialBakeOutcomeVixen.Editor.Texturing
- MaterialBakeParallaxVixen.Editor.Assets
- MaterialBakeRouteVixen.Editor.Texturing
- ProjectMaterialBakerVixen.Editor.Assets
- TextureGraphRunnerVixen.Cli
- TextureRunnerVixen.Cli
- TexturingModuleVixen.Editor.Texturing