csharp
public readonly record struct UvIslandViewWhat one island looks like in a panel: where it is, and how badly it is stretched.
Fields and properties (6)
public int IslandWhich island, by index into Islands.
public Vector2 MinimumIts lower corner in the atlas, after packing.
public Vector2 MaximumIts upper corner.
public float DistortionIts worst triangle's stretch, one being none.
public int FlippedHow many of its triangles came out wound the wrong way.
public bool IsBadWhether this island is the one a heat map should shout about.
Methods (1)
Used by (3)
- BlockoutRetopologyTestsVixen.Editor.Blockout.Tests
- BlockoutUvPanelVixen.Editor.Blockout
- BlockoutUvViewVixen.Editor.Blockout