the physics world
the character controller
time step
up step vector (e.g., [0, 0.4, 0])
forward step vector (based on velocity * deltaTime)
test distance for floor validation
extra down step after stair walk
collision filter
optional listener for callbacks
true if stair walk succeeded, false otherwise
Attempts to walk up stairs.