TimingRange


Declaration

[Serializable]
public struct TimingRange

Description

An animation timing range between a lower and upper bound.

Properties

minThe lower bound of the timing range.
maxThe upper bound of the timing range.

Constructors

TimingRangeCreates a new timing range with the specified values.

Methods

RandomReturns a random time within the min and max time.
IncludesChecks if a time is within the min and max time.