docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor EmbeddedSplineData

    EmbeddedSplineData()

    Create a new EmbeddedSplineData instance with no parameters.

    Declaration
    public EmbeddedSplineData()

    EmbeddedSplineData(string, EmbeddedSplineDataType, SplineContainer, int)

    Create a new EmbeddedSplineData with parameters.

    Declaration
    public EmbeddedSplineData(string key, EmbeddedSplineDataType type, SplineContainer container = null, int splineIndex = 0)
    Parameters
    Type Name Description
    string key

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

    EmbeddedSplineDataType type

    The type of data stored by the SplineData<T> collection.

    SplineContainer container

    The SplineContainer that holds the Spline.

    int splineIndex

    The index of the Spline on the SplineContainer.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)