Home
last modified time | relevance | path

Searched refs:SpatialEditorPlugin (Results 1 – 22 of 22) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h526 class SpatialEditorPlugin : public EditorPlugin {
528 OBJ_TYPE(SpatialEditorPlugin, EditorPlugin);
550 SpatialEditorPlugin(EditorNode *p_node);
551 ~SpatialEditorPlugin();
H A Dspatial_editor_plugin.cpp3905 void SpatialEditorPlugin::make_visible(bool p_visible) { in make_visible()
3921 void SpatialEditorPlugin::edit(Object *p_object) { in edit()
3926 bool SpatialEditorPlugin::handles(Object *p_object) const { in handles()
3931 Dictionary SpatialEditorPlugin::get_state() const { in get_state()
3935 void SpatialEditorPlugin::set_state(const Dictionary &p_state) { in set_state()
3945 void SpatialEditorPlugin::_bind_methods() { in _bind_methods()
3947 ObjectTypeDB::bind_method("snap_cursor_to_plane", &SpatialEditorPlugin::snap_cursor_to_plane); in _bind_methods()
3950 void SpatialEditorPlugin::snap_cursor_to_plane(const Plane &p_plane) { in snap_cursor_to_plane()
3955 SpatialEditorPlugin::SpatialEditorPlugin(EditorNode *p_node) { in SpatialEditorPlugin() function in SpatialEditorPlugin
3969 SpatialEditorPlugin::~SpatialEditorPlugin() { in ~SpatialEditorPlugin()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dspatial_editor_plugin.h526 class SpatialEditorPlugin : public EditorPlugin {
528 OBJ_TYPE(SpatialEditorPlugin, EditorPlugin);
550 SpatialEditorPlugin(EditorNode *p_node);
551 ~SpatialEditorPlugin();
H A Dspatial_editor_plugin.cpp3905 void SpatialEditorPlugin::make_visible(bool p_visible) { in make_visible()
3921 void SpatialEditorPlugin::edit(Object *p_object) { in edit()
3926 bool SpatialEditorPlugin::handles(Object *p_object) const { in handles()
3931 Dictionary SpatialEditorPlugin::get_state() const { in get_state()
3935 void SpatialEditorPlugin::set_state(const Dictionary &p_state) { in set_state()
3945 void SpatialEditorPlugin::_bind_methods() { in _bind_methods()
3947 ObjectTypeDB::bind_method("snap_cursor_to_plane", &SpatialEditorPlugin::snap_cursor_to_plane); in _bind_methods()
3950 void SpatialEditorPlugin::snap_cursor_to_plane(const Plane &p_plane) { in snap_cursor_to_plane()
3955 SpatialEditorPlugin::SpatialEditorPlugin(EditorNode *p_node) { in SpatialEditorPlugin() function in SpatialEditorPlugin
3969 SpatialEditorPlugin::~SpatialEditorPlugin() { in ~SpatialEditorPlugin()
/dports/devel/godot2-tools/godot-2.1.6-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.h41 class SpatialEditorPlugin; variable
175 SpatialEditorPlugin *spatial_editor;
H A Dgrid_map_editor_plugin.cpp805 spatial_editor = editor->get_editor_plugin_screen()->cast_to<SpatialEditorPlugin>(); in edit()
986 SpatialEditorPlugin *sep = editor->get_editor_plugin_screen()->cast_to<SpatialEditorPlugin>(); in _notification()
/dports/devel/godot2/godot-2.1.6-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.h41 class SpatialEditorPlugin; variable
175 SpatialEditorPlugin *spatial_editor;
H A Dgrid_map_editor_plugin.cpp805 spatial_editor = editor->get_editor_plugin_screen()->cast_to<SpatialEditorPlugin>(); in edit()
986 SpatialEditorPlugin *sep = editor->get_editor_plugin_screen()->cast_to<SpatialEditorPlugin>(); in _notification()
/dports/devel/godot/godot-3.2.3-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.h39 class SpatialEditorPlugin; variable
191 SpatialEditorPlugin *spatial_editor;
H A Dgrid_map_editor_plugin.cpp966 spatial_editor = Object::cast_to<SpatialEditorPlugin>(editor->get_editor_plugin_screen()); in edit()
1143SpatialEditorPlugin *sep = Object::cast_to<SpatialEditorPlugin>(editor->get_editor_plugin_screen()… in _notification()
/dports/devel/godot-tools/godot-3.2.3-stable/modules/gridmap/
H A Dgrid_map_editor_plugin.h39 class SpatialEditorPlugin; variable
191 SpatialEditorPlugin *spatial_editor;
H A Dgrid_map_editor_plugin.cpp966 spatial_editor = Object::cast_to<SpatialEditorPlugin>(editor->get_editor_plugin_screen()); in edit()
1143SpatialEditorPlugin *sep = Object::cast_to<SpatialEditorPlugin>(editor->get_editor_plugin_screen()… in _notification()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.h801 class SpatialEditorPlugin : public EditorPlugin {
803 GDCLASS(SpatialEditorPlugin, EditorPlugin);
827 SpatialEditorPlugin(EditorNode *p_node);
828 ~SpatialEditorPlugin();
H A Dspatial_editor_plugin.cpp2344 void SpatialEditorPlugin::edited_scene_changed() { in edited_scene_changed()
6313 void SpatialEditorPlugin::make_visible(bool p_visible) { in make_visible()
6326 void SpatialEditorPlugin::edit(Object *p_object) { in edit()
6331 bool SpatialEditorPlugin::handles(Object *p_object) const { in handles()
6336 Dictionary SpatialEditorPlugin::get_state() const { in get_state()
6340 void SpatialEditorPlugin::set_state(const Dictionary &p_state) { in set_state()
6392 void SpatialEditorPlugin::_bind_methods() { in _bind_methods()
6394 ClassDB::bind_method("snap_cursor_to_plane", &SpatialEditorPlugin::snap_cursor_to_plane); in _bind_methods()
6397 void SpatialEditorPlugin::snap_cursor_to_plane(const Plane &p_plane) { in snap_cursor_to_plane()
6438 SpatialEditorPlugin::SpatialEditorPlugin(EditorNode *p_node) { in SpatialEditorPlugin() function in SpatialEditorPlugin
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dspatial_editor_plugin.h801 class SpatialEditorPlugin : public EditorPlugin {
803 GDCLASS(SpatialEditorPlugin, EditorPlugin);
827 SpatialEditorPlugin(EditorNode *p_node);
828 ~SpatialEditorPlugin();
H A Dspatial_editor_plugin.cpp2344 void SpatialEditorPlugin::edited_scene_changed() { in edited_scene_changed()
6313 void SpatialEditorPlugin::make_visible(bool p_visible) { in make_visible()
6326 void SpatialEditorPlugin::edit(Object *p_object) { in edit()
6331 bool SpatialEditorPlugin::handles(Object *p_object) const { in handles()
6336 Dictionary SpatialEditorPlugin::get_state() const { in get_state()
6340 void SpatialEditorPlugin::set_state(const Dictionary &p_state) { in set_state()
6392 void SpatialEditorPlugin::_bind_methods() { in _bind_methods()
6394 ClassDB::bind_method("snap_cursor_to_plane", &SpatialEditorPlugin::snap_cursor_to_plane); in _bind_methods()
6397 void SpatialEditorPlugin::snap_cursor_to_plane(const Plane &p_plane) { in snap_cursor_to_plane()
6438 SpatialEditorPlugin::SpatialEditorPlugin(EditorNode *p_node) { in SpatialEditorPlugin() function in SpatialEditorPlugin
[all …]
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Dscene_tree_dock.cpp1081SpatialEditorPlugin *spatial_editor_plugin = Object::cast_to<SpatialEditorPlugin>(editor_data->get… in _notification()
2608 SpatialEditorPlugin *editor = Object::cast_to<SpatialEditorPlugin>(editor_data->get_editor("3D")); in _focus_node()
H A Deditor_node.cpp6764 add_editor_plugin(memnew(SpatialEditorPlugin(this))); in EditorNode()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Dscene_tree_dock.cpp1081SpatialEditorPlugin *spatial_editor_plugin = Object::cast_to<SpatialEditorPlugin>(editor_data->get… in _notification()
2608 SpatialEditorPlugin *editor = Object::cast_to<SpatialEditorPlugin>(editor_data->get_editor("3D")); in _focus_node()
H A Deditor_node.cpp6764 add_editor_plugin(memnew(SpatialEditorPlugin(this))); in EditorNode()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Deditor_node.cpp6218 add_editor_plugin(memnew(SpatialEditorPlugin(this))); in EditorNode()
/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Deditor_node.cpp6218 add_editor_plugin(memnew(SpatialEditorPlugin(this))); in EditorNode()