docs.unity.cn
    Show / Hide Table of Contents

    Interface IHasEmptyCurves

    This interface defines a collection of knot indices that should be considered disconnected from the following knot indices when creating a BezierCurve.

    Namespace: UnityEngine.Splines
    Syntax
    public interface IHasEmptyCurves

    Properties

    EmptyCurves

    A collection of knot indices that should be considered degenerate curves for the purpose of creating a non-interpolated gap between curves.

    Declaration
    IReadOnlyList<int> EmptyCurves { get; }
    Property Value
    Type Description
    IReadOnlyList<Int32>
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023