You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user