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
Smile Constant speed along a spline? tfishell 1 592 11-13-2025, 11:32 AM
Last Post: _Aka_
  Controler Speed from metadata Bryan Thatcher 4 2,567 06-25-2024, 11:18 AM
Last Post: _Aka_
  Question about Timeline support GhuaGhua 3 2,113 05-21-2024, 01:33 PM
Last Post: _Aka_
  Newbie Question: Uniformly increase spacing between volume spots? SAMYTHEBIGJUICY 1 1,628 09-01-2023, 03:38 PM
Last Post: _Aka_

Forum Jump: