Home
last modified time | relevance | path

Searched refs:refresh_countdown (Results 1 – 8 of 8) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/
H A Dproperty_editor.h181 float refresh_countdown; variable
H A Dproperty_editor.cpp2392 if (refresh_countdown > 0) { in _notification()
2393 refresh_countdown -= get_fixed_process_delta_time(); in _notification()
2394 if (refresh_countdown <= 0) { in _notification()
2553 if (refresh_countdown > 0) in refresh()
2555 refresh_countdown = EditorSettings::get_singleton()->get("property_editor/auto_refresh_interval"); in refresh()
4048 refresh_countdown = 0; in PropertyEditor()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/
H A Dproperty_editor.h181 float refresh_countdown; variable
H A Dproperty_editor.cpp2392 if (refresh_countdown > 0) { in _notification()
2393 refresh_countdown -= get_fixed_process_delta_time(); in _notification()
2394 if (refresh_countdown <= 0) { in _notification()
2553 if (refresh_countdown > 0) in refresh()
2555 refresh_countdown = EditorSettings::get_singleton()->get("property_editor/auto_refresh_interval"); in refresh()
4048 refresh_countdown = 0; in PropertyEditor()
/dports/devel/godot/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp1852 if (refresh_countdown > 0 || changing) in refresh()
1854refresh_countdown = EditorSettings::get_singleton()->get("docks/property_editor/auto_refresh_inter… in refresh()
2231 if (refresh_countdown > 0) { in _notification()
2232 refresh_countdown -= get_process_delta_time(); in _notification()
2233 if (refresh_countdown <= 0) { in _notification()
2365 refresh_countdown = 0; in EditorInspector()
H A Deditor_inspector.h287 float refresh_countdown; variable
/dports/devel/godot-tools/godot-3.2.3-stable/editor/
H A Deditor_inspector.cpp1852 if (refresh_countdown > 0 || changing) in refresh()
1854refresh_countdown = EditorSettings::get_singleton()->get("docks/property_editor/auto_refresh_inter… in refresh()
2231 if (refresh_countdown > 0) { in _notification()
2232 refresh_countdown -= get_process_delta_time(); in _notification()
2233 if (refresh_countdown <= 0) { in _notification()
2365 refresh_countdown = 0; in EditorInspector()
H A Deditor_inspector.h287 float refresh_countdown; variable