csharp
public readonly record struct MeshMapAssetOne baked mesh map, as the project holds it.
Fields and properties (6)
public MeshMapUsage UsageWhat it measures, read from the sidecar rather than from the file name.
public AssetReference MapIts identity, which is what a node binds.
public string SetThe set it belongs to — the stem every file in that set is named from.
public AssetId ModelThe model the set was baked from, or empty where the sidecar names none.
public float ScaleWhat 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 PathWhere it is, project-relative, for a message and for a file browser.
Methods (1)
public MeshMapAsset(MeshMapUsage Usage, AssetReference Map, string Set, AssetId Model, float Scale, string Path)One baked mesh map, as the project holds it.
Used by (5)
- MeshMapBindingVixen.Editor.Assets
- MeshMapGeneratorBindingTestsVixen.Editor.App.Tests
- MeshMapLibraryVixen.Editor.Assets
- MeshMapLibraryTestsVixen.Editor.App.Tests
- MeshMapRunnerVixen.Cli