Timing
Struct in Zigurous.Animation
Declaration
[Serializable]
public struct Timing
Description
The start and end time of an animation.
Properties
start | The start time of the animation. |
end | The end time of the animation. |
Constructors
Timing | 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. |