Scaleform::Platform::AppBase Scaleform::Platform::App
class App : public AppBase;
App class takes RenderThread as a template, allowing custom thread classes to be used.
Method |
Description |
App constructor. | |
Returns the render thread on which the application is running. | |
Returns the render thread on which the application is running. | |
Checks whether the render thread is single-threaded. | |
Provided to simplify OnInit initialization, while allowing RenderThread class to be customized. | |
Called after Renderthread creation to enable glyph/mesh caching. | |
Called to perform shutdown tasks before application exit. | |
Reconfigures the view configuration settings on the device when switching video modes and/or settings. |
Platform.h