Property | Type | Description | |
---|---|---|---|
curveX | Curve | ||
curveY | Curve | ||
curveZ | Curve |
Method | Description | |
---|---|---|
AddPoint ( Vector3 point, float time ) : void | ||
Curve3D ( ) : System | ||
GetPointOnCurve ( float time ) : Vector3 | ||
SetTangents ( ) : void |
Method | Description | |
---|---|---|
SetCurveKeyTangent ( CurveKey &prev, CurveKey &cur, CurveKey &next ) : void |
public AddPoint ( Vector3 point, float time ) : void | ||
point | Vector3 | |
time | float | |
return | void |
public GetPointOnCurve ( float time ) : Vector3 | ||
time | float | |
return | Vector3 |