docs.unity.cn
    Show / Hide Table of Contents

    Enum ProjectionAxis

    Indicates the axis used for projecting UVs.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum ProjectionAxis

    Fields

    Name Description Value
    X

    Projects on the positive x-axis.


    0
    Y

    Projects on the positive y-axis.


    1
    Z

    Projects on the positive z-axis.


    2
    XNegative

    Projects on the negative x-axis.


    3
    YNegative

    Projects on the negative y-axis.


    4
    ZNegative

    Projects on the negative z-axis.


    5
    Back to top Copyright © 2023 Unity Technologies
    Generated by DocFX
    on Wednesday, April 12, 2023
    Terms of use