docs.unity.cn
    Show / Hide Table of Contents

    Enum ProjectionAxis

    Axis used in projecting UVs.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum ProjectionAxis

    Fields

    Name Description Value
    X

    Projects on x axis.

    0
    Y

    Projects on y axis.

    1
    Z

    Projects on z axis.

    2
    XNegative

    Projects on -x axis.

    3
    YNegative

    Projects on -y axis.

    4
    ZNegative

    Projects on -z axis.

    5
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 09 July 2021