HomeSort by relevance Sort by last modified time
    Searched defs:m_userIndex (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionShapes/
btCollisionShape.h 32 int m_userIndex;
38 btCollisionShape() : m_shapeType (INVALID_SHAPE_PROXYTYPE), m_userPointer(0), m_userIndex(-1)
136 m_userIndex = index;
141 return m_userIndex;
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/CollisionDispatch/
btCollisionObject.h 98 int m_userIndex;
477 return m_userIndex;
488 m_userIndex = index;

Completed in 92 milliseconds