unecht ~master (2017-06-11T11:53:32Z)
Dub
Repo
UEComponentsManager
unecht
core
componentManager
version(UEIncludeEditor)
static
struct
UEComponentsManager {
static
IComponentEditor
[
string
]
editors
;
static
string
[]
componentNames
;
version(UEIncludeEditor)
static
EditorMenuItem
[]
menuItems
;
static
void
initComponentManager
();
}
Members
Static functions
initComponentManager
void
initComponentManager
()
Static variables
componentNames
string
[]
componentNames
;
editors
IComponentEditor
[
string
]
editors
;
menuItems
EditorMenuItem
[]
menuItems
;
Meta
Source
See Implementation
unecht
core
componentManager
interfaces
IComponentEditor
mixin templates
UERegisterInspector
structs
EditorInspector
UEComponentsManager