I'm interested what are some kinds of layers doing:
CutScene - when is it shown?
EditorPlugin - is it really necessary? Afaik normal layers are visibke in editor plugins without any problems.
ManiaplanetMenu - where is it shown?
LoadingScreen - does that even work?
So far, i know as much as this:
Code: Select all
enum EUILayerType {
Normal, // nothing else, but a normal manialink
ScoresTable, // visible when holding tab
ScreenIn3d, // displayed on the spawn screen
AltMenu, // visible when holding alt
Markers, // set of frames used as markers
CutScene,
InGameMenu, // replaces the default pause menu
EditorPlugin,
ManiaplanetPlugin, // in plugins, frame attached to status bar
ManiaplanetMenu,
LoadingScreen
}