docs.unity.cn
    Show / Hide Table of Contents

    Enum EmbeddedSplineDataField

    Describes the fields on an EmbeddedSplineData type.

    Namespace: UnityEngine.Splines
    Syntax
    [Flags]
    public enum EmbeddedSplineDataField

    Fields

    Name Description Value
    Container

    The ISplineContainer that holds the SplineData<T> collection.


    1
    SplineIndex

    The index of the Spline in the referenced SplineContainer.


    2
    Key

    A string value used to identify and access SplineData<T> stored on a Spline.


    4
    Type

    The EmbeddedSplineDataType for the target SplineData<T>.


    8
    All

    All fields will be shown in the Inspector.


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