Enum AutoUnwrapSettings.Fill
Describes how the projected UV bounds are optionally stretched to fill normalized coordinate space.
Namespace: UnityEngine.ProBuilder
Syntax
public enum Fill
Fields
Name | Description | Value |
---|---|---|
Fit | UV bounds are resized to fit within a 1 unit square while retaining original aspect ratio. |
0 |
Tile | UV bounds are not resized. |
1 |
Stretch | UV bounds are resized to fit within a 1 unit square, not retaining aspect ratio. |
2 |