Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DBackgroundCollisionComponent.java26 public class BackgroundCollisionComponent extends GameComponent { class
56 public BackgroundCollisionComponent(int width, int height, int horzOffset, int vertOffset) { in BackgroundCollisionComponent() method in BackgroundCollisionComponent
80 public BackgroundCollisionComponent() { in BackgroundCollisionComponent() method in BackgroundCollisionComponent
DGameObjectFactory.java216 new ComponentClass(BackgroundCollisionComponent.class, 192), in GameObjectFactory()
870 BackgroundCollisionComponent bgcollision
871 = (BackgroundCollisionComponent)allocateComponent(BackgroundCollisionComponent.class);
1231 BackgroundCollisionComponent bgcollision
1232 = (BackgroundCollisionComponent)allocateComponent(BackgroundCollisionComponent.class);
1409 BackgroundCollisionComponent bgcollision
1410 = (BackgroundCollisionComponent)allocateComponent(BackgroundCollisionComponent.class);
1622 BackgroundCollisionComponent bgcollision
1623 = (BackgroundCollisionComponent)allocateComponent(BackgroundCollisionComponent.class);
1830BackgroundCollisionComponent bgcollision = (BackgroundCollisionComponent)allocateComponent(Backgro…
[all …]