Interface IDataPoint
Defines an interpolation ratio 't' for a Data Point.
Namespace: UnityEngine.Splines
Assembly: solution.dll
Syntax
public interface IDataPoint
Properties
Name | Description |
---|---|
Index | The interpolation ratio. How this value is interpreted depends on the PathIndexUnit specified by SplineData<T>. |