HomeSort by relevance Sort by last modified time
    Searched full:intersectiontype (Results 1 - 1 of 1) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GameObjectCollisionSystem.java 205 int intersectionType = HitType.INVALID;
208 for (int x = 0; x < attackCount && intersectionType == HitType.INVALID; x++) {
220 intersectionType = hitType;
229 return intersectionType;

Completed in 2537 milliseconds