Home
last modified time | relevance | path

Searched refs:_get_editor_step (Results 1 – 4 of 4) sorted by relevance

/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.h165 double _get_editor_step() const;
H A Danimation_player_editor_plugin.cpp483 double AnimationPlayerEditor::_get_editor_step() const { in _get_editor_step() function in AnimationPlayerEditor
1040 pos = Math::stepify(pos, _get_editor_step()); in _seek_value_changed()
1095 frame->set_value(Math::stepify(p_pos, _get_editor_step())); in _animation_key_editor_seek()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Danimation_player_editor_plugin.h165 double _get_editor_step() const;
H A Danimation_player_editor_plugin.cpp483 double AnimationPlayerEditor::_get_editor_step() const { in _get_editor_step() function in AnimationPlayerEditor
1040 pos = Math::stepify(pos, _get_editor_step()); in _seek_value_changed()
1095 frame->set_value(Math::stepify(p_pos, _get_editor_step())); in _animation_key_editor_seek()