Vixen
dd8b0a81
csharp
public readonly record struct MeshMapAsset

One baked mesh map, as the project holds it.

Read the guide page for this →

Fields and properties (6)

  • public MeshMapUsage Usage

    What it measures, read from the sidecar rather than from the file name.

  • public AssetReference Map

    Its identity, which is what a node binds.

  • public string Set

    The set it belongs to — the stem every file in that set is named from.

  • public AssetId Model

    The model the set was baked from, or empty where the sidecar names none.

  • public float Scale

    What an encoded value is multiplied by, or zero where the map is not quantized. Only Displacement and Curvature carry one, and a reader recovers the measurement as (sample·2 − 1)·Scale.

  • public string Path

    Where it is, project-relative, for a message and for a file browser.

Methods (1)

Used by (5)

  • MeshMapBindingVixen.Editor.Assets
  • MeshMapGeneratorBindingTestsVixen.Editor.App.Tests
  • MeshMapLibraryVixen.Editor.Assets
  • MeshMapLibraryTestsVixen.Editor.App.Tests
  • MeshMapRunnerVixen.Cli