Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java42 private float mHorizontalImpulse; field in NPCComponent
98 mHorizontalImpulse = HORIZONTAL_IMPULSE; in reset()
332 parentObject.getTargetVelocity().x = -mHorizontalImpulse; in executeCommand()
340 parentObject.getTargetVelocity().x = mHorizontalImpulse; in executeCommand()
350 parentObject.getTargetVelocity().x = mHorizontalImpulse; in executeCommand()
357 parentObject.getTargetVelocity().x = -mHorizontalImpulse; in executeCommand()
364 parentObject.getTargetVelocity().x = mHorizontalImpulse; in executeCommand()
371 parentObject.getTargetVelocity().x = -mHorizontalImpulse; in executeCommand()
387 parentObject.getTargetVelocity().x = mHorizontalImpulse * direction; in executeCommand()
394 … parentObject.getTargetVelocity().x = mHorizontalImpulse * (Math.random() > 0.5f ? -1.0f : 1.0f); in executeCommand()
[all …]