Timing01
Struct in Zigurous.Animation
Declaration
[Serializable]
public struct Timing01
Description
The start and end time of an animation normalized between 0 and 1.
Properties
start | The start time of the animation, between 0 and 1. |
end | The end time of the animation, between 0 and 1. |
Constructors
Timing01 | Creates a new timing with the specified values. |
Methods
Random | Returns a random time within the start and end time. |
Includes | Checks if a time is within the start and end time. |