docs.unity.cn
    Show / Hide Table of Contents

    Enum EmbeddedSplineDataType

    Describes a type of data stored by a SplineData<T> collection embedded in Spline.

    Namespace: UnityEngine.Splines
    Syntax
    public enum EmbeddedSplineDataType

    Fields

    Name Description Value
    Int

    Integer data type.


    0
    Float

    Float data type.


    1
    Float4

    Float4 data type.


    2
    Object

    UnityEngine.Object data type.


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