![]() |
• Controller System |
|
API Links
Developer Links
|
Controller::MoveDefined in:
Performs any per-frame movement or processing that a controller needs to do.
C4Controller.hPrototype
Description
The Move function is called once per frame for all non-sleeping controllers in a world. A controller subclass may perform whatever action is appropriate to move its target node.The default implementation performs no action, so any override of the Move function does not need to call the base class counterpart.
See Also
Controller::Sleep
Controller::Wake
|