Editor API
UnigineEditor public API
|
Enumerations | |
enum | SubObjectType { SubObjectType::SURFACE, SubObjectType::SHAPE, SubObjectType::JOINT, SubObjectType::BILLBOARD, SubObjectType::FORCE, SubObjectType::NOISE, SubObjectType::DEFLECTOR, SubObjectType::SPLINE_POINT, SubObjectType::SPLINE_SEGMENT, SubObjectType::SPLINE_TANGENT } |
Type of selectable subobjects for various types of nodes. More... | |
Functions | |
EDITOR_API uint | qHash (Constants::SubObjectType key) |
Variables | |
EDITOR_API const char * | PLUGIN_IID |
EDITOR_API const QString | MM_FILE |
File menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_EDIT |
Edit menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_CREATE |
Create menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_TOOLS |
Tools menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_WINDOWS |
Windows menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_RENDERING |
Rendering menu category of the main menu bar. More... | |
EDITOR_API const QString | MM_HELP |
Help menu category of the main menu bar. More... | |
|
strong |
Type of selectable subobjects for various types of nodes.
EDITOR_API uint Constants::qHash | ( | Constants::SubObjectType | key | ) |
EDITOR_API const QString Constants::MM_CREATE |
Create menu category of the main menu bar.
EDITOR_API const QString Constants::MM_EDIT |
Edit menu category of the main menu bar.
EDITOR_API const QString Constants::MM_FILE |
File menu category of the main menu bar.
EDITOR_API const QString Constants::MM_HELP |
Help menu category of the main menu bar.
EDITOR_API const QString Constants::MM_RENDERING |
Rendering menu category of the main menu bar.
EDITOR_API const QString Constants::MM_TOOLS |
Tools menu category of the main menu bar.
EDITOR_API const QString Constants::MM_WINDOWS |
Windows menu category of the main menu bar.
EDITOR_API const char* Constants::PLUGIN_IID |