Enum AutoUnwrapSettings.Fill | ProBuilder | 4.2.4-preview.0
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
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX