Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Connections handling > change by code
#1
Hello, 
      So I've got a spline controller with Connections handling set to custom (I manually set it to this before runtime).
How could I change it from custom to follow up spline in code. 
I've tried 
Code:
mysplineController.ConnectionBehavior

but cant see any completions for follow on spline


Cheers
Reply
#2
Hi,
mysplineController.ConnectionBehavior = SplineControllerConnectionBehavior.FollowUpSpline is probably what you are looking for.
More about it in its API doc
https://api.curvyeditor.com/520/namespace_fluffy_underware_1_1_curvy_1_1_controllers.html#afa36b3535b3f55eab06f60dcac91f3bd
Have a nice day
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply
#3
Yes thats it thanks.

SO I've created my connection like this :

Code:
CurvyConnection conn = CurvyConnection.Create ( spline_push.LastVisibleControlPoint,seg);

Sorry for another question but I want the segment seg to be the follow up spline, how would I do that ?
Reply
#4
spline_push.LastVisibleControlPoint.SetFollowUp(seg, <optional parameter of type ConnectionHeadingEnum>)
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply
#5
Thanks that's great
Reply
#6
you are welcome
Please consider leaving a review for Curvy, this helps immensely. Thank you.
Available for freelance work—feel free to reach out.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anomalous connection handling SAMYTHEBIGJUICY 1 3 12-04-2024, 05:08 PM
Last Post: _Aka_
  Procedural Connections Janooba 3 7 10-23-2024, 02:53 PM
Last Post: _Aka_
  Connections doesn't work in split scenes nehvaleem 4 10 05-29-2024, 07:31 AM
Last Post: _Aka_
  Connections Problem Juton 3 17 03-06-2024, 10:41 AM
Last Post: _Aka_

Forum Jump: