Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
FollowSpline Speed Question
#4
By having a public field in your Component that stores another Component of type FollowSpline, like:


Code:
public class Test : MonoBehaviour
{
public FollowSpline MyControllerObject;

void Update()
{
MyControllerObject.Speed=10;
}

}
Reply


Messages In This Thread
FollowSpline Speed Question - by mwitt8178 - 06-11-2014, 06:35 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Newbie Question: Uniformly increase spacing between volume spots? SAMYTHEBIGJUICY 1 5 09-01-2023, 03:38 PM
Last Post: _Aka_
  I have a question about curvySpline haifeng.huang 12 32 07-14-2023, 09:34 AM
Last Post: _Aka_
  Question about generator Mos Def 7 1,807 04-10-2023, 10:20 PM
Last Post: _Aka_
  Change Speed on spline linkinballzpokemon 1 28 12-29-2021, 10:58 AM
Last Post: _Aka_

Forum Jump: