Class EngineHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getEngineState()  
      void pause()  
      boolean render()  
      void resize​(int width, int height)  
      void resume​(int width, int height)  
      long start​(Context context, int width, int height, int depthSize, java.lang.String glRenderer, Surface surface)  
      void stop()  
      void updateSurface​(int width, int height, Surface surface)  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • start

        public long start​(Context context,
                          int width,
                          int height,
                          int depthSize,
                          java.lang.String glRenderer,
                          Surface surface)
                   throws java.lang.RuntimeException
        Specified by:
        start in interface IEngineHandler
        Throws:
        java.lang.RuntimeException
      • resume

        public void resume​(int width,
                           int height)
        Specified by:
        resume in interface IEngineHandler
      • updateSurface

        public void updateSurface​(int width,
                                  int height,
                                  Surface surface)
        Specified by:
        updateSurface in interface IEngineHandler
      • resize

        public void resize​(int width,
                           int height)
        Specified by:
        resize in interface IEngineHandler