Merge pull request #2996 from DeltaNedas/universe

add universe draw events
This commit is contained in:
Anuken
2020-10-17 12:52:26 -04:00
committed by GitHub
2 changed files with 27 additions and 14 deletions

View File

@@ -35,7 +35,13 @@ public class EventType{
preDraw,
postDraw,
uiDrawBegin,
uiDrawEnd
uiDrawEnd,
//before/after bloom used, skybox or planets drawn
universeDrawBegin,
//skybox drawn and bloom is enabled - use Vars.renderer.planets
universeDraw,
//planets drawn and bloom disabled
universeDrawEnd
}
public static class WinEvent{}