Skip to content

Commit 9cfc438

Browse files
committed
docs: Update
1 parent 0514ddf commit 9cfc438

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

docs/ScriptReference/Effects/Tweener/JCS_TransformTweener.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Transform tweener.
66

77
| Name | Description |
88
|:--------------------------|:----------------------------------------------------------|
9+
| onStart | Callback to execute when start tweening. |
10+
| onDone | Callback to execute when done tweening. |
911
| mTween | Do the tween effect? |
1012
| mValueOffset | Value offset. |
1113
| mDurationX | How fast it moves on x axis. |
@@ -25,12 +27,11 @@ Transform tweener.
2527

2628
## Functions
2729

28-
| Name | Description |
29-
|:------------------------------|:-------------------------------------------------------------------|
30-
| ResetTweener | Reset tweener effect setting. |
31-
| SetCallback | Callback when reach destination. |
32-
| DoTween | Tween to this vector either position, scale, rotation. |
33-
| DoTweenContinue | Continue Tween to this target's either position, scale, rotation.. |
34-
| GetSelfTransformTypeVector3 | Get itself transform type's vector3 value. |
35-
| SetSelfTransformTypeVector3 | Set self transform value. |
36-
| GetTargetTransformTypeVector3 | Get target transform type's vector3 value. |
30+
| Name | Description |
31+
|:------------------------------|:------------------------------------------------------------------|
32+
| ResetTweener | Reset tweener effect setting. |
33+
| DoTween | Tween to this vector either position, scale, rotation. |
34+
| DoTweenContinue | Continue Tween to this target's either position, scale, rotation. |
35+
| GetSelfTransformTypeVector3 | Get itself transform type's vector3 value. |
36+
| SetSelfTransformTypeVector3 | Set self transform value. |
37+
| GetTargetTransformTypeVector3 | Get target transform type's vector3 value. |

0 commit comments

Comments
 (0)