csharp
public readonly record struct ModelRetopology.MeshResultWhat one mesh's pass through the two stages did.
Fields and properties (4)
public MeshData MeshThe result, which is the input when nothing ran or a stage refused.
public bool RemeshedWhether the retopology produced a new mesh.
public bool UnwrappedWhether an atlas was generated.
public IReadOnlyList<string> MessagesWhat 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