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
  Controler Speed from metadata Bryan Thatcher 4 1,634 06-25-2024, 11:18 AM
Last Post: _Aka_
  Question about Timeline support GhuaGhua 3 1,329 05-21-2024, 01:33 PM
Last Post: _Aka_
  Newbie Question: Uniformly increase spacing between volume spots? SAMYTHEBIGJUICY 1 1,071 09-01-2023, 03:38 PM
Last Post: _Aka_
  I have a question about curvySpline haifeng.huang 12 4,158 07-14-2023, 09:34 AM
Last Post: _Aka_

Forum Jump: