10 :
entity(ent), old_position(old_pos), new_position(new_pos)
61 {
"pretty_name",
"Position"}}
68 :
entity(ent), old_position(old_pos), new_position(new_pos)
70 name =
"Global Position";
117 {
"name",
"global_position"},
118 {
"pretty_name",
"Global Position"}}
125 :
entity(ent), old_rotation(old_rot), new_rotation(new_rot)
174 {
"name",
"rotation"},
175 {
"pretty_name",
"Rotation"}}
183 :
entity(ent), old_scale(old_sc), new_scale(new_sc)
233 {
"pretty_name",
"Scale"}}
241 :
entity(ent), old_skew(old_sk), new_skew(new_sk)
252 transform->set_skew_local(
new_skew);
264 transform->set_skew_local(
old_skew);
291 {
"pretty_name",
"Skew"}}
std::map< std::string, meta_any > attributes
auto make_custom(Args &&...args) -> entt::meta_custom
static void mark_transform_global_as_changed(entt::handle entity, bool position, bool rotation, bool scale, bool skew)
static void mark_transform_as_changed(entt::handle entity, bool position, bool rotation, bool scale, bool skew)
Marks transform properties as changed in prefab override system.