Enum AutoUnwrapSettings.Fill
Describes how ProBuilder optionally stretches the projected UV bounds to fill the normalized coordinate space.
Namespace: UnityEngine.ProBuilder
Assembly: Unity.ProBuilder.dll
Syntax
public enum AutoUnwrapSettings.Fill
Fields
| Name | Description |
|---|---|
| Fit | Retain original aspect ratio while resizing UV bounds to fit within a 1 unit square. |
| Stretch | Don't retain aspect ratio while resizing UV bounds to fit within a 1 unit square. |
| Tile | Don't resize UV bounds. |