Property | Type | Description | |
---|---|---|---|
next_Point | Vector2 | ||
number_Of_Point | int |
Method | Description | |
---|---|---|
AddNextPoint ( Vector2 nextPoint, int numberOfPoint ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
Method | Description | |
---|---|---|
CosineInterpolate ( float y1, float y2, float mu ) : float |
public AddNextPoint ( Vector2 nextPoint, int numberOfPoint ) : void | ||
nextPoint | Vector2 | |
numberOfPoint | int | |
return | void |