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 : int

    Fields

    Name Description Value
    NegativeXAxis

    Object space negative X axis.

    NegativeYAxis

    Object space negative Y axis.

    NegativeZAxis

    Object space negative Z axis.

    XAxis

    Object space X axis.

    YAxis

    Object space Y axis.

    ZAxis

    Object space Z axis.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, April 4, 2022
    Terms of use