Пример #1
0
 /**
  * Called back when the system is ready to load scenes initially. The default implementation
  * triggers loadScenes() method of the data manager. Subclasses could override the behavior to
  * setup custom scene data.
  *
  * @param dataManager The data manager where to populate the scene.
  */
 protected void setupScenes(OADataManager dataManager) {
   dataManager.startLoading();
 };