docs.unity.cn
    Show / Hide Table of Contents

    Enum SplineComponent.AlignAxis

    Describes the different types of object alignment axes.

    Namespace: UnityEngine.Splines
    Syntax
    public enum AlignAxis

    Fields

    Name Description Value
    XAxis

    Object space X axis.


    0
    YAxis

    Object space Y axis.


    1
    ZAxis

    Object space Z axis.


    2
    NegativeXAxis

    Object space negative X axis.


    3
    NegativeYAxis

    Object space negative Y axis.


    4
    NegativeZAxis

    Object space negative Z axis.


    5
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023