Searched refs:targetVelocityY (Results 1 – 1 of 1) sorted by relevance
99 final float targetVelocityY = parentObject.getTargetVelocity().y; in update() local161 final boolean goUp = (parentObject.touchingGround() && targetVelocityY < 0.0f) in update()164 … final boolean goDown = (parentObject.touchingCeiling() && targetVelocityY > 0.0f) in update()