| Add |
Add is both a Command and a DTO.
|
| ClientRequest |
A request received from a client, created by SessionManager.
|
| ClientResponse |
That's one bad flexible solution: a command can return anything.
|
| Describe |
Describe Command used without argument lists all available classes.
|
| Echo |
Echoes back the command for e.g.
|
| Enter |
Enter a world.
|
| FileList |
List of files, used by ContentManager.
|
| Log |
Browsers on mobile devices do not have javscript console, and USB debugging
is next to useless.
|
| Ping |
Some ISPs and/or hosting providers close inactive websockets after some time.
|
| Recording |
Command to start/stop/play recording of client's events.
|
| Refresh |
Command to enforce Scene update.
|
| Remove |
Remove object from the scene or world.
|
| SceneProperties |
Scene properties that determine how far user sees, how often scene is
refreshed, etc.
|
| Session |
Session flow control.
|
| SetToken |
Set client a client token, e.g.
|
| VREvent |
An event that happened to an object.
|
| Welcome |
Welcome message is first one sent once the client enters a world.
|
| WorldStatus |
|