Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DObjectRegistry.java43 public GameObjectFactory gameObjectFactory; field in ObjectRegistry
DChangeComponentsComponent.java47 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in reset()
DTheSourceComponent.java101 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in update()
DLauncherComponent.java121 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in fire()
DLevelSystem.java189 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in spawnObjects()
DLifetimeComponent.java127 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in die()
DGameObjectManager.java63 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in commitUpdates()
DLaunchProjectileComponent.java131 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in launch()
DPlayerComponent.java344 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in stateMove()
407 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in stateStomp()
DGame.java130 BaseObject.sSystemRegistry.gameObjectFactory = objectFactory; in bootstrap()
271 GameObjectFactory factory = BaseObject.sSystemRegistry.gameObjectFactory; in stopLevel()
DHitReactionComponent.java133 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in hitVictim()
DAnimationComponent.java299 GameObjectFactory factory = sSystemRegistry.gameObjectFactory; in update()