Vixen
dd8b0a81
csharp
public record class MaterialBakeSet

What one bake put in the project.

Read the guide page for this →

Fields and properties (5)

  • public string Name

    What the set is called, which is not always what it was asked to be.

  • public AssetReference Material

    The .vxmat, as the identity that survives a rename.

  • public IReadOnlyDictionary<MaterialMapTarget, AssetReference> Maps

    Each written file, by what it holds.

  • public IReadOnlyList<string> Files

    Every file written, including the material, as full paths.

  • public IReadOnlyList<string> Warnings

    What the artist should know, in the order it was noticed.

Methods (1)

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