Searched defs:mBackgroundObject (Results 1 - 1 of 1) sorted by path

/external/replicaisland/src/com/replica/replicaisland/
H A DLevelSystem.java33 public GameObject mBackgroundObject; field in class:LevelSystem
50 if (mBackgroundObject != null && mRoot != null) {
51 mBackgroundObject.removeAll();
52 mBackgroundObject.commitUpdates();
53 mRoot.remove(mBackgroundObject);
54 mBackgroundObject = null;
136 if (mBackgroundObject == null) {
137 mBackgroundObject =
142 root.add(mBackgroundObject);
146 builder.addTileMapLayer(mBackgroundObject, currentPriorit
[all...]

Completed in 231 milliseconds