Merge pull request #109986 from SomeRanDev/animation_node_state_machine_playback_expansion

Expose `get_fading_...` methods for `AnimationNodeStateMachinePlayback`
This commit is contained in:
Thaddeus Crews
2025-10-28 12:19:20 -05:00
4 changed files with 34 additions and 6 deletions

View File

@ -340,8 +340,8 @@ public:
float get_current_play_pos() const;
float get_current_length() const;
float get_fade_from_play_pos() const;
float get_fade_from_length() const;
float get_fading_from_play_pos() const;
float get_fading_from_length() const;
float get_fading_time() const;
float get_fading_pos() const;