Property | Type | Description | |
---|---|---|---|
AutoClose | bool | ||
AutoStart | bool | ||
HideOnExecute | bool | ||
OrientationMode | eOrientationMode | ||
Speed | float | ||
SplineRoot | GameObject | ||
WrapMode | eWrapMode |
Property | Type | Description | |
---|---|---|---|
TimeBetweenAdjacentNodes | float | ||
currentColor | Color | ||
mSplineInterp | SplineInterpolator, | ||
mSplineNodeInfo | SplineNode[], |
Method | Description | |
---|---|---|
DisableNodeObjects ( ) : void |
Disables the spline objects, we don't need them outside design-time.
|
|
FollowSpline ( ) : void |
Starts the interpolation
|
|
FollowSpline ( OnPathEndCallback endCallback, OnNodeArrivalCallback nodeCallback1, OnNodeLeavingCallback nodeCallback2 ) : void |
Starts the interpolation
|
|
OnDrawGizmos ( ) : void | ||
Start ( ) : void |
Method | Description | |
---|---|---|
ConstructCurve ( SplineInterpolator, interp, SplineNode, nInfo ) : void | ||
DrawGoKitSplineController ( ) : void | ||
GetSplineNodes ( ) : SplineNode[], |
Returns children transforms, sorted by name.
|
|
OnStart ( ) : void | ||
SetupSplineInterpolator ( SplineInterpolator, interp, SplineNode, ninfo ) : void |
Method | Description | |
---|---|---|
GetDuration ( SplineNode, info ) : float |
protected ConstructCurve ( SplineInterpolator, interp, SplineNode, nInfo ) : void | ||
interp | SplineInterpolator, | |
nInfo | SplineNode, | |
return | void |
protected DrawGoKitSplineController ( ) : void | ||
return | void |
public FollowSpline ( OnPathEndCallback endCallback, OnNodeArrivalCallback nodeCallback1, OnNodeLeavingCallback nodeCallback2 ) : void | ||
endCallback | OnPathEndCallback | |
nodeCallback1 | OnNodeArrivalCallback | |
nodeCallback2 | OnNodeLeavingCallback | |
return | void |
protected SetupSplineInterpolator ( SplineInterpolator, interp, SplineNode, ninfo ) : void | ||
interp | SplineInterpolator, | |
ninfo | SplineNode, | |
return | void |
protected float TimeBetweenAdjacentNodes | ||
return | float |
protected SplineInterpolator, mSplineInterp | ||
return | SplineInterpolator, |