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

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

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

Function Documentation

◆ qHash()

EDITOR_API uint Constants::qHash ( Constants::SubObjectType  key)

Variable Documentation

◆ MM_CREATE

EDITOR_API const QString Constants::MM_CREATE

Create menu category of the main menu bar.

◆ MM_EDIT

EDITOR_API const QString Constants::MM_EDIT

Edit menu category of the main menu bar.

◆ MM_FILE

EDITOR_API const QString Constants::MM_FILE

File menu category of the main menu bar.

◆ MM_HELP

EDITOR_API const QString Constants::MM_HELP

Help menu category of the main menu bar.

◆ MM_RENDERING

EDITOR_API const QString Constants::MM_RENDERING

Rendering menu category of the main menu bar.

◆ MM_TOOLS

EDITOR_API const QString Constants::MM_TOOLS

Tools menu category of the main menu bar.

◆ MM_WINDOWS

EDITOR_API const QString Constants::MM_WINDOWS

Windows menu category of the main menu bar.

◆ PLUGIN_IID

EDITOR_API const char* Constants::PLUGIN_IID