A delegate class for UIViewport.
More...
#include <CeresEngine/UI/UIViewport.hpp>
A delegate class for UIViewport.
◆ didRecreateRenderTarget()
Notifies the delegate when the viewport view has to recreated its render target image.
◆ shouldRecreateRenderTarget()
Allows the delegate to decide if the render target image should be recreated.
- Parameters
-
| oldImage | The current image being used. |
| newSize | The new size of the image to be created. |
◆ willRecreateRenderTarget()
Notifies the delegate when the viewport view is about to recreate its render target image.
- Parameters
-
| oldImage | The old image being scrapped. |
| newSize | The new size of the image to be created. |
The documentation for this class was generated from the following file:
- /Users/Rogiel/Developer/CeresEngine/Engine/Sources/CeresEngine/UI/UIViewport.hpp