bool
UseController
{
get;
set;
}
Summary
If true we'll create a controller for this physics body. This is useful
for keyframed physics objects that need to push things. The controller will
sweep as the entity moves, rather than teleporting the object.. which works better
when pushing dynamic objects etc.