docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method GetSplineSerializedProperty

    GetSplineSerializedProperty(SerializedObject, int)

    Create a SerializedProperty for a Spline at the requested index in the Splines.

    Declaration
    public static SerializedProperty GetSplineSerializedProperty(SerializedObject splineContainer, int splineIndex)
    Parameters
    Type Name Description
    SerializedObject splineContainer

    The SplineContainer to reference.

    int splineIndex

    The index of the Spline in the Splines array.

    Returns
    Type Description
    SerializedProperty

    A SerializedProperty for the requested Spline, or null if not found.

    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)