Interface IKeyframe
Defines an interpolation ratio 't' for a keyframe.
Namespace: UnityEngine.Splines
Syntax
public interface IKeyframe
Properties
Time
The interpolation ratio. How this value is interpreted depends on the PathIndexUnit specified by SplineData<T>.
Declaration
float Time { get; set; }
Property Value
Type | Description |
---|---|
Single |