mbrea-c / bevy_animation_graph

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

Expose all graph outputs in the animation player #68

Closed mbrea-c closed 2 months ago

mbrea-c commented 2 months 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.