ForesightMiningSoftwareCorporation / bevy_transform_gizmo

A 3d gizmo for transforming entities in Bevy.
Apache License 2.0
162 stars 40 forks source link

No ability to query the specific entity the gizmo is operating on? #60

Open crabdancing opened 1 year ago

crabdancing commented 1 year ago

There seem to be events for when gizmos are operating, but it's oddly very difficult to detect via events when an entity is being modified by a gizmo. Is there something I missed, or is this use case not currently supported?