Sleeping Wombat Common Library
0.50.0
swCommonLibrary
|
Trait for enabling types for parameter animation. More...
#include <DefaultInterpolators.h>
Static Public Attributes | |
static const bool | value = false |
Trait for enabling types for parameter animation.
Most of basic types can be animated without specializing this trait. For some structs user must provide this function and overload operator+ and operator* for scalar multiplication.
You don't have to write this specialization manually. Use macro ENABLE_PARAMETER_ANIMATION instead.