EditorConstants¶
Namespace:
SideXP.Core.EditorOnly
Miscellaneous constant values for editor features.
Fields¶
ToolbarMenuPrefix¶
Prefix used for main toolbar menus. Ends with "/".
ToolbarMenu¶
Base path used for custom menus in the main toolbar. You must concatenate your own path starting with "/".
EditorWindowMenu¶
Base path used for custom menus in the main toolbar for opening custom editor windows. You must concatenate your own path starting with "/".
EditorWindowMenuDemos¶
Base path used for custom menus in the main toolbar for opening demo custom editor windows. You must concatenate your own path starting with "/".
EditorWindowMenuViewers¶
Base path used for custom viewers that display informations about the engine or a core system on GUI.. You must concatenate your own path starting with "/".
EditorWindowMenuDemosCore¶
Base path used for custom menus in the main toolbar for opening core library demo custom editor windows. You must concatenate your own path starting with "/".
Preferences¶
Base path used for custom Preferences menus. You must concatenate your own path starting with "/".
ProjectSettings¶
Base path used for custom Project Settings menus. You must concatenate your own path starting with "/".