Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Add On Control Point Reached (CurvySplineMoveEventArgs) during runtime?
#1
Hi Jake,

I'm using the default Spline Controller script on a game object with a Spline assigned.

I'm looking to add an On Control Point Reached (CurvySplineMoveEventArgs) at runtime via code, so that the Spline Controller object triggers this event when it hits every control point.  

The event is a function within the CurvyEventHandler, which is also being added to the same Spline Controller game object at runtime.

I'm having a heck of a time figuring this out.  Any advice?

Thanks much,
Michael
Reply
#2
Out of my head: SplineController.OnControlPointsReached.AddListener() should bind a callback to that event.
Reply
#3
This led me to the right solution. Thanks so much for the help!
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Getting Distance from a World Point zorksox 2 2 2 hours ago
Last Post: zorksox
  Set Volume to the Volume Controller at Runtime pako88 2 10 04-08-2024, 03:26 PM
Last Post: _Aka_
  Get position of all control points for a spline gekido 1 6 03-28-2024, 10:08 PM
Last Post: _Aka_
  Avoiding runtime GC allocations on control point position change Ell223 8 18 02-24-2024, 10:43 AM
Last Post: _Aka_

Forum Jump: