3

I have a big Flare/Rive object. When the user clicks on the Flare object I want to know where the user clicked and how far the click is from specific nodes in the tree of the Flare object to animate the clicked features of the tree.

How do I access the information about the boundary of the nodes in the tree of the Flare object?

Christian
  • 25,249
  • 40
  • 134
  • 225
  • I haven't used Flare/Rive before, but usually we can get this kind of information from the underling `RenderObject` and/or `context`. – Michel Feinstein Jun 11 '20 at 02:03
  • You can put gesture detector above it in stack same as the size of flare widget and get position from gesture detector widget. – Sanket Vekariya Jun 11 '20 at 09:26
  • @SanketVekariya Using the gesture dectector is indeed not complicated. It seems more complicated to me to access the information about where the individual objects within the FlareActor happen to be positioned. – Christian Jun 11 '20 at 16:39
  • It seems currently this feature is not available. You should open feature request for this. :) – Sanket Vekariya Jun 11 '20 at 17:06

0 Answers0