docs.unity.cn
    Show / Hide Table of Contents

    Interface ISplineProvider

    Implement ISplineProvider on a MonoBehaviour to enable Spline tools in the Editor.

    Namespace: UnityEngine.Splines
    Syntax
    public interface ISplineProvider

    Properties

    Splines

    A collection of Splines contained on this MonoBehaviour.

    Declaration
    IEnumerable<Spline> Splines { get; }
    Property Value
    Type Description
    IEnumerable<Spline>
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, April 4, 2022
    Terms of use