TimingRange01
Struct in Zigurous.Animation
Declaration
[Serializable]
public struct TimingRange01
Description
An animation timing range normalized between 0 and 1.
Properties
min | The lower bound of the timing range, between 0 and 1. |
max | The upper bound of the timing range, between 0 and 1. |
Constructors
TimingRange01 | 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. |