mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #109986 from SomeRanDev/animation_node_state_machine_playback_expansion
Expose `get_fading_...` methods for `AnimationNodeStateMachinePlayback`
This commit is contained in:
commit
597b0a2f03
4 changed files with 34 additions and 6 deletions
|
|
@ -1760,8 +1760,8 @@ void AnimationNodeStateMachineEditor::_notification(int p_what) {
|
|||
fading_from_node = playback->get_fading_from_node();
|
||||
current_play_pos = playback->get_current_play_pos();
|
||||
current_length = playback->get_current_length();
|
||||
fade_from_current_play_pos = playback->get_fade_from_play_pos();
|
||||
fade_from_length = playback->get_fade_from_length();
|
||||
fade_from_current_play_pos = playback->get_fading_from_play_pos();
|
||||
fade_from_length = playback->get_fading_from_length();
|
||||
fading_time = playback->get_fading_time();
|
||||
fading_pos = playback->get_fading_pos();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue