1aa2823fa3
-For inspector refresh, the inspector now detects if a property change by polling a few times per second and then does update the control if so. This process is very cheap. -For property list refresh, a new signal (property_list_changed) was added to Object. _change_notify() is replaced by notify_property_list_changed() -Changed all objects using the old method to the signal, or just deleted the calls to _change_notify(<property>) since they are unnecesary now. |
||
---|---|---|
.. | ||
editor_debugger_inspector.cpp | ||
editor_debugger_inspector.h | ||
editor_debugger_node.cpp | ||
editor_debugger_node.h | ||
editor_debugger_server.cpp | ||
editor_debugger_server.h | ||
editor_debugger_tree.cpp | ||
editor_debugger_tree.h | ||
editor_network_profiler.cpp | ||
editor_network_profiler.h | ||
editor_performance_profiler.cpp | ||
editor_performance_profiler.h | ||
editor_profiler.cpp | ||
editor_profiler.h | ||
editor_visual_profiler.cpp | ||
editor_visual_profiler.h | ||
script_editor_debugger.cpp | ||
script_editor_debugger.h | ||
SCsub |