docs.unity.cn
    Show / Hide Table of Contents

    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 09 July 2021