|
Tweeny 4.1.0
A Tweening library for modern C++
|
Primary template for the tween builder type.
Models a fluent builder used to construct tween instances for one or more parts. The boolean template parameter encodes the builder state: when false, no to() call has been made yet; when true, easing functions and durations can be configured.
| WasToCalled | Compile-time flag indicating whether at least one to() call has been made. |
| FirstValue | Type of the first tweened component. |
| RemainingValues | Types of the remaining tweened components. |