Interface IDataPoint
Defines an interpolation ratio 't' for a Data Point.
Namespace: UnityEngine.Splines
Assembly: Unity.Splines.dll
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 |
---|---|
float |