godot/modules/gridmap/editor
Micky ae5771e1b1 Rename remaining "Spatial" in Plugins to "Node3D"
For EditorNode3DGizmo:
- `get_spatial_node` -> `get_node_3d`
- `set_spatial_node` -> `set_node_3d`

For EditorPlugin:
- `add_spatial_gizmo_plugin` -> `add_node_3d_gizmo_plugin`
- `remove_spatial_gizmo_plugin` -> `remove_node_3d_gizmo_plugin`

Also renames some internal methods for consistency (`forward_3d_draw_over_viewport` & `forward_3d_force_draw_over_viewport` ...). Basically, Spatial has been completely eradicated.
2022-10-04 16:27:29 +02:00
..
grid_map_editor_plugin.cpp Fix key mapping changes when moving from macOS to other platform 2022-09-07 18:45:35 +02:00
grid_map_editor_plugin.h Rename remaining "Spatial" in Plugins to "Node3D" 2022-10-04 16:27:29 +02:00