Searched refs:mSpawnOnDeathType (Results 1 - 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DLifetimeComponent.java28 private GameObjectFactory.GameObjectType mSpawnOnDeathType; field in class:LifetimeComponent
49 mSpawnOnDeathType = GameObjectFactory.GameObjectType.INVALID;
69 mSpawnOnDeathType = type;
144 if (mSpawnOnDeathType != GameObjectFactory.GameObjectType.INVALID) {
145 GameObject object = factory.spawn(mSpawnOnDeathType, parentObject.getPosition().x,

Completed in 249 milliseconds