docs.unity.cn
    Show / Hide Table of Contents

    Interface IDataPoint

    Defines an interpolation ratio 't' for a Data Point.

    Namespace: UnityEngine.Splines
    Syntax
    public interface IDataPoint

    Properties

    Index

    The interpolation ratio. How this value is interpreted depends on the PathIndexUnit specified by SplineData<T>.

    Declaration
    float Index { get; set; }
    Property Value
    Type Description
    Single
    Back to top Copyright © 2023 Unity Technologies — Terms of use
    Generated by DocFX
    on Thursday, April 27, 2023