Vixen
dd8b0a81
csharp
public readonly record struct ModelRetopology.MeshResult

What one mesh's pass through the two stages did.

Read the guide page for this →

Fields and properties (4)

  • public MeshData Mesh

    The result, which is the input when nothing ran or a stage refused.

  • public bool Remeshed

    Whether the retopology produced a new mesh.

  • public bool Unwrapped

    Whether an atlas was generated.

  • public IReadOnlyList<string> Messages

    What to say about it, worst first.

Methods (1)

  • public MeshResult(MeshData Mesh, bool Remeshed, bool Unwrapped, IReadOnlyList<string> Messages)

    What one mesh's pass through the two stages did.

Used by (2)

  • ModelImporterVixen.Editor.Assets
  • ModelRetopologyVixen.Editor.Assets