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

Public Member Functions

void OnDrawGizmos ()
 

Public Attributes

Transform[] points
 
float speed = 1
 
float tangentLengths = 5
 

Private Member Functions

void Move (bool progress)
 
Vector3 Plot (float t)
 
void Update ()
 

Private Attributes

float time = 0
 

Member Function Documentation

void Move ( bool  progress)
private
void OnDrawGizmos ( )
Vector3 Plot ( float  t)
private
void Update ( )
private

Member Data Documentation

Transform [] points
float speed = 1
float tangentLengths = 5
float time = 0
private

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