Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to spawn GameObjects on corners of the liinear spline?
#8
Raterize Path module takes a CGPath Spline Input module as an input. CGPath is just a succession of points. This means that the notion of a spline (control points, interpolation mode, etc) is not there. Your hack seems efficient enough knowing the constrains. Otherwhise, and to answer your question, you could do something like rasterizePathModule.InputLinks.First().ModuleID to get the id of the input 0f the module, then look in curvyGenerator.Modules for the one with the same id, cast it to InputSplinePath, then get its Spline property
Please consider leaving a review for Curvy. This will help a lot keeping Curvy relevant in the eyes of the Asset Store algorithm.
Reply


Messages In This Thread
RE: How to spawn GameObjects on corners of the liinear spline? - by _Aka_ - 09-18-2019, 07:03 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 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_
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 14 03-04-2024, 11:06 AM
Last Post: _Aka_

Forum Jump: