A* Pathfinding Project
4.0.3
The A* Pathfinding Project for Unity 3D
|
Moves an object along a spline. More...
Moves an object along a spline.
Helper script in the example scene called 'Moving'.
Public Attributes | |
Transform[] | points |
float | speed = 1 |
float | tiltAmount = 1f |
Private Member Functions | |
void | OnDrawGizmos () |
Vector3 | Position (float t) |
void | Update () |
Update is called once per frame. | |
Private Attributes | |
float | time = 0 |
|
private |
|
private |
|
private |
Update is called once per frame.
Transform [] points |
float speed = 1 |
float tiltAmount = 1f |
|
private |