docs.unity.cn
    Show / Hide Table of Contents

    Class RollercoasterTrack

    Inheritance
    Object
    Spline
    RollercoasterTrack
    Inherited Members
    Spline.Count
    Spline.IsReadOnly
    Spline.changed
    Spline.EditType
    Spline.Knots
    Spline.Closed
    Spline.IndexOf(BezierKnot)
    Spline.Insert(Int32, BezierKnot)
    Spline.RemoveAt(Int32)
    Spline.Item[Int32]
    Spline.GetCurve(Int32)
    Spline.GetCurveLength(Int32)
    Spline.GetLength()
    Spline.GetCurveInterpolation(Int32, Single)
    Spline.Warmup()
    Spline.Resize(Int32)
    Spline.ToArray()
    Spline.Copy(Spline)
    Spline.GetEnumerator()
    Spline.Add(BezierKnot)
    Spline.Clear()
    Spline.Contains(BezierKnot)
    Spline.CopyTo(BezierKnot[], Int32)
    Spline.Remove(BezierKnot)
    Namespace: Unity.Splines.Examples
    Syntax
    public class RollercoasterTrack : Spline, ISpline, IReadOnlyList<BezierKnot>, IList<BezierKnot>

    Properties

    mesh

    Declaration
    public Mesh mesh { get; }
    Property Value
    Type Description
    Mesh

    Methods

    OnSplineChanged()

    Declaration
    protected override void OnSplineChanged()
    Overrides
    Spline.OnSplineChanged()

    RebuildTracks()

    Declaration
    public void RebuildTracks()
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, April 4, 2022
    Terms of use