Module crystalorb::command[][src]

Expand description

Traits and structures relating to and for managing commands. Commands are messages sent from outside the physics simulation to alter how the physics simulation runs. For example, causing a rigid body for a player to jump requires a jump command, and causing a player to spawn requires a spawn command.

Traits

Command

A command is a request to change the physics simulation in some way, issued from outside the physics simulation. It is the way in which players and any non-physics game logic can interact with the physics simulation.