TimingRange
Struct in Zigurous.Animation
Declaration
[Serializable]
public struct TimingRange
Description
An animation timing range between a lower and upper bound.
Properties
min | The lower bound of the timing range. |
max | The upper bound of the timing range. |
Constructors
TimingRange | Creates a new timing range with the specified values. |
Methods
Random | Returns a random time within the min and max time. |
Includes | Checks if a time is within the min and max time. |