OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attackVolumes
(Results
1 - 2
of
2
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
AnimationFrame.java
30
FixedSizeArray<CollisionVolume>
attackVolumes
;
45
attackVolumes
= attackVolumeList;
GameObjectCollisionSystem.java
78
* @param
attackVolumes
A list of volumes that can hit other game objects. May be null.
85
FixedSizeArray<CollisionVolume>
attackVolumes
,
89
&& (
attackVolumes
!= null || vulnerabilityVolumes != null)) {
92
record.
attackVolumes
=
attackVolumes
;
132
final boolean testRequired = (record.
attackVolumes
!= null && other.vulnerabilityVolumes != null) ||
133
(record.vulnerabilityVolumes != null && other.
attackVolumes
!= null);
139
record.
attackVolumes
,
159
other.
attackVolumes
,
191
* @param
attackVolumes
Offensive collision volumes
[
all
...]
Completed in 283 milliseconds