Property | Type | Description | |
---|---|---|---|
current | SpringPosition, | ||
ignoreTimeScale | bool | ||
onFinished | OnFinished | ||
strength | float | ||
target | Vector3 | ||
updateScrollView | bool | ||
worldSpace | bool |
Method | Description | |
---|---|---|
Begin ( GameObject go, Vector3 pos, float strength ) : SpringPosition, |
Start the tweening process.
|
Method | Description | |
---|---|---|
NotifyListeners ( ) : void |
Notify all finished event listeners.
|
|
Start ( ) : void |
Cache the transform.
|
|
Update ( ) : void |
Advance toward the target position.
|
static public Begin ( GameObject go, Vector3 pos, float strength ) : SpringPosition, | ||
go | GameObject | |
pos | Vector3 | |
strength | float | |
return | SpringPosition, |