Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGameObjectCollisionSystem.java83 HitReactionComponent reactionComponent, in registerForCollisions() argument
94 record.reactionComponent = reactionComponent; in registerForCollisions()
147 if (other.reactionComponent != null) { in update()
148 hitAccepted = other.reactionComponent.receivedHit( in update()
151 if (record.reactionComponent != null) { in update()
152 record.reactionComponent.hitVictim( in update()
167 if (record.reactionComponent != null) { in update()
168 hitAccepted = record.reactionComponent.receivedHit( in update()
171 if (other.reactionComponent != null) { in update()
172 other.reactionComponent.hitVictim( in update()
[all …]