docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Property this

    this[int]

    Gets the knot at index. If the ISpline section that contains this knot has a SplineRange with Backward, the in and out tangents are reversed.

    Declaration
    public BezierKnot this[int index] { get; }
    Parameters
    Type Name Description
    int index

    The zero-based index of the element to get.

    Property Value
    Type Description
    BezierKnot
    Implements
    IReadOnlyList<T>.this[int]

    this[SplineKnotIndex]

    Gets the knot at index. If the ISpline segment that contains this knot has a SplineRange with Backward, the in and out tangents are reversed.

    Declaration
    public BezierKnot this[SplineKnotIndex index] { get; }
    Parameters
    Type Name Description
    SplineKnotIndex index

    The zero-based index of the slice and knot to get.

    Property Value
    Type Description
    BezierKnot
    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)