|
Tweeny 4.1.0
A Tweening library for modern C++
|
◆ key_frame()
template<typename... ValueTypes>
Constructs a key_frame object initialized with provided values. This constructor initializes the key_frame object by setting its position to 0, populating the values container with the provided values vs..., and initializing the easing functions and tween frame counts with default values.
|