OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:touchingLeftWall
(Results
1 - 4
of
4
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
SimplePhysicsComponent.java
57
|| (parentObject.
touchingLeftWall
() && velocityX < 0.0f)){
GameObject.java
136
public final boolean
touchingLeftWall
() {
NPCAnimationComponent.java
161
if ((velocity.x < 0.0f && parentObject.
touchingLeftWall
())
PatrolComponent.java
104
boolean goRight = (parentObject.
touchingLeftWall
()
Completed in 30 milliseconds