docs.unity.cn
    Show / Hide Table of Contents

    Enum Axis

    Describes the axis in human-readable terms.

    Namespace: UnityEngine.ProBuilder
    Syntax
    public enum Axis

    Fields

    Name Description Value
    Right

    X axis.


    0
    Left

    -X axis.


    1
    Up

    Y axis.


    2
    Down

    -Y axis.


    3
    Forward

    Z axis.


    4
    Backward

    -Z axis.


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