indigoextras.datatypes
Type members
Classlikes
A value that decreases over time until it hits a limit.
A value that decreases over time until it hits a limit.
- Value parameters:
- limit
The lower limit
- unitsPerSecond
The rate of change
- value
The current value
A value that decreases over time and wraps back to zero when it hits the limit
A value that decreases over time and wraps back to zero when it hits the limit
- Value parameters:
- limit
The lower limit
- unitsPerSecond
The rate of change
- value
The current/starting value
- Companion:
- object
A value that decreases over time.
A value that decreases over time.
- Value parameters:
- unitsPerSecond
The rate of change
- value
The current value
A value that increases over time until it hits a limit.
A value that increases over time until it hits a limit.
- Value parameters:
- limit
The upper limit
- unitsPerSecond
The rate of change
- value
The current value
A value that increases over time and wraps back to zero when it hits the limit
A value that increases over time and wraps back to zero when it hits the limit
- Value parameters:
- limit
The upper limit
- unitsPerSecond
The rate of change
- value
The current/starting value
- Companion:
- object
A value that increases over time.
A value that increases over time.
- Value parameters:
- unitsPerSecond
The rate of change
- value
The current value
Represents one of the type of values that changes over time.
Represents one of the type of values that changes over time.