Sleeping Wombat Common Library  0.50.0
swCommonLibrary
Static Public Attributes | List of all members
DefaultInterpolators::is_param_animation_enabled< KeyType > Struct Template Reference

Trait for enabling types for parameter animation. More...

#include <DefaultInterpolators.h>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<typename KeyType>
struct DefaultInterpolators::is_param_animation_enabled< KeyType >

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.


The documentation for this struct was generated from the following file: