mbrea-c / bevy_animation_graph

Animation graphs in Bevy!
Apache License 2.0
97 stars 5 forks source link

Expose all graph outputs in the animation player #68

Closed mbrea-c closed 2 days ago

mbrea-c commented 2 days ago

Currently there is no easy way of accessing any outputs of the animation graph other than the main "pose" output.

This PR exposes all of the configured graph outputs in the get_outputs method of AnimationGraphPlayer.