Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DNPCComponent.java24 private float mTargetXVelocity; field in NPCComponent
86 mTargetXVelocity = 0.0f; in reset()
315 mTargetXVelocity = 0.0f; in executeCommand()
328 mTargetXVelocity = 0.0f; in executeCommand()
433 mTargetXVelocity = parentObject.getTargetVelocity().x; in pauseMovement()
439 parentObject.getTargetVelocity().x = mTargetXVelocity; in resumeMovement()