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 |
---|---|
Fit | UV bounds are resized to fit within a 1 unit square while retaining original aspect ratio. |
Stretch | UV bounds are resized to fit within a 1 unit square, not retaining aspect ratio. |
Tile | UV bounds are not resized. |