Main update function - moves character with full collision handling.
This is the recommended function for updating character movement. It includes:
the physics world
the character controller
time step in seconds
gravity vector
update settings (stair walking, floor sticking)
optional listener for callbacks
collision filter
Main update function - moves character with full collision handling.
This is the recommended function for updating character movement. It includes: