![]() |
Paradox Game Engine
v1.0.0 beta06
|
Public Member Functions | |
ResumeManager (IServiceRegistry services) | |
void | OnRender () |
void | Pause () |
void | OnResume () |
void | OnRecreate () |
void | OnDestroyed () |
void | OnReload () |
Definition at line 9 of file ResumeManager.cs.
SiliconStudio.Paradox.Graphics.ResumeManager.ResumeManager | ( | IServiceRegistry | services | ) |
Definition at line 15 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.OnDestroyed | ( | ) |
Definition at line 104 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.OnRecreate | ( | ) |
Definition at line 61 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.OnReload | ( | ) |
Definition at line 119 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.OnRender | ( | ) |
Definition at line 20 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.OnResume | ( | ) |
Definition at line 49 of file ResumeManager.cs.
void SiliconStudio.Paradox.Graphics.ResumeManager.Pause | ( | ) |
Definition at line 40 of file ResumeManager.cs.