Свойство | Type | Description | |
---|---|---|---|
AutoClose | bool | ||
AutoStart | bool | ||
HideOnExecute | bool | ||
OrientationMode | eOrientationMode | ||
Speed | float | ||
SplineRoot | GameObject | ||
WrapMode | eWrapMode |
Свойство | Type | Description | |
---|---|---|---|
TimeBetweenAdjacentNodes | float | ||
currentColor | Color | ||
mSplineInterp | SplineInterpolator, | ||
mSplineNodeInfo | SplineNode[], |
Méthode | 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 |
Méthode | 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 |
Méthode | Description | |
---|---|---|
GetDuration ( SplineNode, info ) : float |
protected ConstructCurve ( SplineInterpolator, interp, SplineNode, nInfo ) : void | ||
interp | SplineInterpolator, | |
nInfo | SplineNode, | |
Résultat | void |
protected DrawGoKitSplineController ( ) : void | ||
Résultat | void |
public FollowSpline ( OnPathEndCallback endCallback, OnNodeArrivalCallback nodeCallback1, OnNodeLeavingCallback nodeCallback2 ) : void | ||
endCallback | OnPathEndCallback | |
nodeCallback1 | OnNodeArrivalCallback | |
nodeCallback2 | OnNodeLeavingCallback | |
Résultat | void |
protected GetSplineNodes ( ) : SplineNode[], | ||
Résultat | SplineNode[], |
protected SetupSplineInterpolator ( SplineInterpolator, interp, SplineNode, ninfo ) : void | ||
interp | SplineInterpolator, | |
ninfo | SplineNode, | |
Résultat | void |
public eOrientationMode OrientationMode | ||
Résultat | eOrientationMode |
protected float TimeBetweenAdjacentNodes | ||
Résultat | float |
protected SplineInterpolator, mSplineInterp | ||
Résultat | SplineInterpolator, |