Editor API
UnigineEditor public API
Constants Namespace Reference

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...
 

Variables

EDITOR_API const char * PLUGIN_IID
 
EDITOR_API const char * MM_FILE
 File menu category of the main menu bar. More...
 
EDITOR_API const char * MM_EDIT
 Edit menu category of the main menu bar. More...
 
EDITOR_API const char * MM_CREATE
 Create menu category of the main menu bar. More...
 
EDITOR_API const char * MM_TOOLS
 Tools menu category of the main menu bar. More...
 
EDITOR_API const char * MM_WINDOWS
 Windows menu category of the main menu bar. More...
 
EDITOR_API const char * MM_RENDERING
 Rendering menu category of the main menu bar. More...
 
EDITOR_API const char * MM_HELP
 Help menu category of the main menu bar. More...
 
EDITOR_API const char * MT_TOOLS
 Tools toolbar. More...
 

Enumeration Type Documentation

◆ SubObjectType

Type of selectable subobjects for various types of nodes.

Enumerator
SURFACE 

Object's surface (Object).

SHAPE 

Collision shape (Body attached to an Object).

JOINT 

Physical joint (Body attached to an Object).

BILLBOARD 

Billboard (ObjectBillboards).

FORCE 

Physical force affecting particles (ObjectParticles).

NOISE 

Physical noise affecting particles (ObjectParticles).

DEFLECTOR 

Physical deflector affecting particles (ObjectParticles).

SPLINE_POINT 

Spline point (WorldSplineGraph).

SPLINE_SEGMENT 

Spline segment (WorldSplineGraph).

SPLINE_TANGENT 

Spline tangent (WorldSplineGraph).

Variable Documentation

◆ MM_CREATE

EDITOR_API const char* Constants::MM_CREATE

Create menu category of the main menu bar.

◆ MM_EDIT

EDITOR_API const char* Constants::MM_EDIT

Edit menu category of the main menu bar.

◆ MM_FILE

EDITOR_API const char* Constants::MM_FILE

File menu category of the main menu bar.

◆ MM_HELP

EDITOR_API const char* Constants::MM_HELP

Help menu category of the main menu bar.

◆ MM_RENDERING

EDITOR_API const char* Constants::MM_RENDERING

Rendering menu category of the main menu bar.

◆ MM_TOOLS

EDITOR_API const char* Constants::MM_TOOLS

Tools menu category of the main menu bar.

◆ MM_WINDOWS

EDITOR_API const char* Constants::MM_WINDOWS

Windows menu category of the main menu bar.

◆ MT_TOOLS

EDITOR_API const char* Constants::MT_TOOLS

Tools toolbar.

◆ PLUGIN_IID

EDITOR_API const char* Constants::PLUGIN_IID