Responsible for Update functions. More...
#include <Updatable.h>
Protected Member Functions | |
void | SubmitRegistration () |
Called when wanting to make changes every frame. | |
void | SubmitDeregistration () |
Called when wanting to stop making changes every frame. | |
Private Member Functions | |
virtual void | Update () |
Fill this with code that occurs during the Update phase. | |
Responsible for Update functions.
|
protected |
Called when wanting to stop making changes every frame.
Example:
|
protected |
Called when wanting to make changes every frame.
Example:
|
privatevirtual |
Fill this with code that occurs during the Update phase.
This function will be where you want to add code that will execute every frame.
Example: