Class LJ_TDI.Manager_BL.LIP

java.lang.Object
com.prineside.luaj.mapping.InterfaceProxy
com.prineside.luaj.mapping.parts.LJ_TDI.Manager_BL.LIP
All Implemented Interfaces:
com.badlogic.gdx.utils.Disposable, com.esotericsoftware.kryo.KryoSerializable, Manager
Enclosing class:
LJ_TDI.Manager_BL

public static class LJ_TDI.Manager_BL.LIP extends InterfaceProxy implements Manager
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.prineside.tdi2.Manager

    Manager.ManagerAdapter, Manager.ManagerWithListeners<T>
  • Field Summary

    Fields inherited from class com.prineside.luaj.mapping.InterfaceProxy

    luaObj
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Очистить пул объектов (кэшированные инстансы сущностей и тп)
    void
    Releases all resources of this object.
    void
    postRender(float p1)
    Вызывается после отрисовки и обновления экрана
    void
    preRender(float p1)
    Вызывается перед любыми обновлениями и отрисовками экранов и систем
    void
    Вызывается, когда объекты всех менеджеров созданы и можно к ним обращаться
    void
    Запустить тестирование, чтобы проверить, все ли ресурсы есть (текстуры / i18n) Запускается после загрузки всех менеджеров

    Methods inherited from class com.prineside.luaj.mapping.InterfaceProxy

    getLuaObj, read, write

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Method Details

    • clearPools

      public void clearPools()
      Description copied from interface: Manager
      Очистить пул объектов (кэшированные инстансы сущностей и тп)
      Specified by:
      clearPools in interface Manager
    • dispose

      public void dispose()
      Description copied from interface: com.badlogic.gdx.utils.Disposable
      Releases all resources of this object.
      Specified by:
      dispose in interface com.badlogic.gdx.utils.Disposable
    • postRender

      public void postRender(float p1)
      Description copied from interface: Manager
      Вызывается после отрисовки и обновления экрана
      Specified by:
      postRender in interface Manager
    • preRender

      public void preRender(float p1)
      Description copied from interface: Manager
      Вызывается перед любыми обновлениями и отрисовками экранов и систем
      Specified by:
      preRender in interface Manager
    • setup

      public void setup()
      Description copied from interface: Manager
      Вызывается, когда объекты всех менеджеров созданы и можно к ним обращаться
      Specified by:
      setup in interface Manager
    • test

      public void test()
      Description copied from interface: Manager
      Запустить тестирование, чтобы проверить, все ли ресурсы есть (текстуры / i18n) Запускается после загрузки всех менеджеров
      Specified by:
      test in interface Manager