|
Motive Animation System
An open source project by
FPL.
|
#include <common.h>
Base class for Motivator parameterization. Every motivator type has a its own init class that derives from MotivatorInit. In the derivation, the MOTIVE_INTERFACE() macro should be added to the public interface. This macro will define kName, kType, and Register() calls for the motivator type.
Public Member Functions | |
| MotivatorInit (MotivatorType type) | |
| The derived class's constructor should set 'type'. | |
| MotivatorType | type () const |
| void | set_type (MotivatorType type) |