Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Assign Input Spline Path to Generator at Runtime?
#3
InputSplinePath has a Spline property you can set at runtime:

Code:
var isp = MyCG.GetModule<InputSplinePath>("InputSplinePath",true); // or get reference to module component otherwise
isp.Spline=mySpline;
Reply


Messages In This Thread
RE: Assign Input Spline Path to Generator at Runtime? - by Jake - 02-16-2017, 08:05 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Incorrect mesh alignment after extrusion on curved path Thinkurvy 10 21 04-17-2024, 10:57 AM
Last Post: _Aka_
  Rasterized Path Range issue proton 2 12 04-15-2024, 03:42 PM
Last Post: _Aka_
  Set Volume to the Volume Controller at Runtime pako88 2 10 04-08-2024, 03:26 PM
Last Post: _Aka_
  Curvy Line Renderer for UI Spline? gekido 3 6 04-04-2024, 12:56 PM
Last Post: _Aka_

Forum Jump: