class MovementController
Defined in:
The C4Kinematic.h
MovementController
class manages a node that moves between two points.
Definition
class MovementController final : public KinematicController
Constructor
MovementController();
Description
The MovementController
class can be assigned to a node in order to make it move along a line between two locations, a start position and a finish position.
Base Classes
KinematicController |
A MovementController is a specific type of kinematic controller.
|
See Also
Wiki Articles