Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AnimationStateMachinePlayback: Added Missing Method Bindings #42188

Commits on Jan 2, 2021

  1. StateMachinePlayback: Added missing bindings to `get_current_play_pos…

    …` and `get_current_length`.
    
    This allows the user to query the AnimationNodeStateMachinePlayback's current
    play position and total length of current animation state. These methods are currently
    used in the editor plugin, but can also be useful for querying general playback state
    information.
    
    Added documentation for AnimationNodeStateMachinePlayback's `get_current_play_position`
    Eoin-ONeill-Yokai committed Jan 2, 2021
    Configuration menu
    Copy the full SHA
    674fb52 View commit details
    Browse the repository at this point in the history