#include <Constraint.h>
Inherited by EMotionFX::ConstraintTransform.
Public Member Functions | |
virtual uint32 | GetType () const =0 |
virtual const char * | GetTypeString () const =0 |
virtual void | Execute ()=0 |
The constraint base class. This applies a given constraint to a given input transform which is then modified.
|
pure virtual |
The main execution function, which performs the actual constraint operation.
Implemented in EMotionFX::ConstraintTransformRotationAngles.
|
pure virtual |
Get the type ID of the constraint, which identifies the type of constraint.
Implemented in EMotionFX::ConstraintTransformRotationAngles.
|
pure virtual |
Get the type string of the constraint, which identifies the type of constraint, using its class name.
Implemented in EMotionFX::ConstraintTransformRotationAngles.