Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java43 private float mSlowHorizontalImpulse; field in NPCComponent
99 mSlowHorizontalImpulse = SLOW_HORIZONTAL_IMPULSE; in reset()
407 …parentObject.getTargetVelocity().x = mSlowHorizontalImpulse * Utils.sign(parentObject.getTargetVel… in executeCommand()
484 mSlowHorizontalImpulse = slowHorizontalImpulse; in setSpeeds()