Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to reset camera at beginning of Spline
#1
I have a camera that starts down a short path and I need it to restart at the beginning of the spline when it reaches the end, not loop, but just restart and stay at the beginning until my on mouseĀ event launches the camera again
Reply
#2
You can register to the OnEndReached event or - in case the spline is closed - OnControlPointReached and check e.ControlPoint.IsFirst/IsLast property to find the relevant CP.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
Bug Changing spline connection in inspector causes splines to revert to defaults lacota 3 6 03-18-2024, 07:55 PM
Last Post: _Aka_
  GO can't fit end of the spline GameDeveloperek4123 3 13 03-04-2024, 11:06 AM
Last Post: _Aka_
  Keeping a fixed spline length jh092 3 16 02-21-2024, 06:25 AM
Last Post: Primrose44
  How could I get position in spline from "From" value in BuildRasterizedPath? Chanon 1 8 02-12-2024, 09:54 PM
Last Post: _Aka_

Forum Jump: