Home
last modified time | relevance | path

Searched refs:canJump (Results 1 – 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Character/
DbtCharacterControllerInterface.h39 virtual bool canJump () const = 0;
DbtKinematicCharacterController.h148 bool canJump () const; in ATTRIBUTE_ALIGNED16()
DbtKinematicCharacterController.cpp706 bool btKinematicCharacterController::canJump () const in canJump() function in btKinematicCharacterController
713 if (!canJump()) in jump()
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/
DbtCharacterControllerInterface.java86 public boolean canJump() { in canJump() method in btCharacterControllerInterface
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/
Ddynamics_wrap.cpp9455 result = (bool)((btCharacterControllerInterface const *)arg1)->canJump(); in Java_com_badlogic_gdx_physics_bullet_dynamics_DynamicsJNI_btCharacterControllerInterface_1canJump()