Controllable Physics Component (1)

This component expresses that the object has a physics model attached to it, which may be controlled or manipulated to walk or move around. The most common example for this component is the player object, which gets its input from the users keyboard. Other objects such as enemies may have this component too.

Relevant Database Tables

This component uses the PhysicsComponent table.

Component Construction

Component Serialization