55 "transformation_translation_x",
56 "transformation_translation_y",
57 "transformation_translation_z"
60 "transformation_rotation_x",
61 "transformation_rotation_y",
62 "transformation_rotation_z"
65 "transformation_scale_x",
66 "transformation_scale_y",
67 "transformation_scale_z"
73 "reflection_environmentmap"
77 "light_ambient_ambient",
78 "light_ambient_diffuse",
79 "light_ambient_specular",
80 "light_ambient_constant_attenuation",
81 "light_ambient_linear_attenuation",
82 "light_ambient_quadratic_attenuation",
85 "light_spot_specular",
86 "light_spot_constant_attenuation",
87 "light_spot_linear_attenuation",
88 "light_spot_quadratic_attenuation",
89 "light_spot_position_x",
90 "light_spot_position_y",
91 "light_spot_position_z",
92 "light_spot_direction_x",
93 "light_spot_direction_y",
94 "light_spot_direction_z",
96 "light_spot_exponent",
97 "light_directional_ambient",
98 "light_directional_diffuse",
99 "light_directional_specular",
100 "light_directional_constant_attenuation",
101 "light_directional_linear_attenuation",
102 "light_directional_quadratic_attenuation",
103 "light_directional_direction_x",
104 "light_directional_direction_y",
105 "light_directional_direction_z"
133 void save()
override;
208 if (prototypeType == Prototype_Type::EMPTY)
return "empty.png";
else
209 if (prototypeType == Prototype_Type::ENVIRONMENTMAPPING)
return "reflection.png";
else
210 if (prototypeType == Prototype_Type::MODEL)
return "mesh.png";
else
211 if (prototypeType == Prototype_Type::PARTICLESYSTEM)
return "particle.png";
else
212 if (prototypeType == Prototype_Type::TERRAIN)
return "terrain.png";
else
213 if (prototypeType == Prototype_Type::TRIGGER)
return "trigger.png";
else return "";
258 void selectEntities(
const vector<string>& selectedOutlinerEntityIds);
281 void save(
const string& pathName,
const string& fileName);
294 void showErrorPopUp(
const string& caption,
const string& message);
GUI parent node base class thats supporting child nodes.
GUI screen node that represents a screen that can be rendered via GUI system.
GUI action listener interface.
GUI change listener interface.