OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:airTime
(Results
1 - 2
of
2
) sorted by null
/external/jmonkeyengine/engine/src/test/jme3test/bullet/
TestWalkingChar.java
102
float
airTime
= 0;
340
airTime
=
airTime
+ tpf;
342
airTime
= 0;
350
if (
airTime
> .3f) {
/external/replicaisland/src/com/replica/replicaisland/
NPCAnimationComponent.java
123
final float
airTime
= time.getGameTime() - parentObject.getLastTouchedFloorTime();
124
if (!mFlying && !parentObject.touchingGround() &&
airTime
> FALL_TIME_THRESHOLD) {
Completed in 920 milliseconds