A* Pathfinding Project  4.0.5
The A* Pathfinding Project for Unity 3D
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Properties Events Macros Groups Pages
BezierMover Class Reference

Moves an object along a spline. More...

Detailed Description

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
 

Member Function Documentation

void OnDrawGizmos ( )
private
Vector3 Position ( float  t)
private
void Update ( )
private

Update is called once per frame.

Member Data Documentation

Transform [] points
float speed = 1
float tiltAmount = 1f
float time = 0
private

The documentation for this class was generated from the following file: