Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGhostComponent.java23 private float mJumpImpulse; field in GhostComponent
44 mJumpImpulse = 0.0f; in reset()
118 parentObject.getImpulse().y += mJumpImpulse; in update()
204 mJumpImpulse = jumpImpulse; in setJumpImpulse()