![]() |
VR-Forces 4.8 Class Documentation
|
The Add Simulation Command example demonstrates the following:
The Add Simulation Command example adds a new simuation command which will receive and implement the new MySimCommand. Since this example is loaded as a plugin, it can be used in conjunction with the released VR-Forces application
This example demonstrates how to add a new kind of sim command.
In the Launcher, click the Plug-ins button to bring up the Plug-ins Selection dialog. Enable the plugin. Then launch VR-Forces.
To view the new behavior:
Note that the text you typed in to the 'My Sim Command' window appears in the back-end console, prefaced by the name of the entity.\
| MySimCommand | The subclass of DtSimCommand that is used to communicate the new simulation command. |
| MySimCommandExecutor | The subclass of DtSimCommandExecutor implements the MySimCommand command. |