![]() |
Murl Engine Lua Addon API
Version 1.0 beta
|
The IScreenshotControl interface.
Create a screen shot of the next frame tick.
Boolean CreateScreenshot()
Destroy the current screen shot.
Boolean DestroyScreenshot()
Check if the current screen shot is in progress.
Boolean IsBusy()
Check if the current screen shot is ready to use.
Boolean IsReady()
Get the current screen shot image.
Murl.Resource.IImage GetScreenshotImage()