This repository was archived by the owner on Feb 18, 2025. It is now read-only.
File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -337,8 +337,8 @@ Available option for Path-based tweens to set how the points are connected.
337
337
338
338
| PathType | Behavior |
339
339
| - | - |
340
- | PathType.CatmullRom | Connects each point using a Catmull-Rom spline curve. |
341
340
| PathType.Linear | Connects each point using a straight line. |
341
+ | PathType.CatmullRom | Connects each point using a Catmull-Rom spline curve. |
342
342
343
343
### SetClosed (Path)
344
344
Original file line number Diff line number Diff line change @@ -358,8 +358,8 @@ TweenPath系のTweenに対して利用可能なオプションで、各ポイン
358
358
359
359
| PathType | 動作 |
360
360
| - | - |
361
- | PathType.CatmullRom | 各ポイントをCatmull-Romスプライン曲線で結びます。 |
362
361
| PathType.Linear | 各ポイントを直線で結びます。 |
362
+ | PathType.CatmullRom | 各ポイントをCatmull-Romスプライン曲線で結びます。 |
363
363
364
364
### SetClosed (Path)
365
365
@@ -391,6 +391,7 @@ TweenPath系のTweenに対して利用可能なオプションで、閉じたパ
391
391
| (ScrambleMode.Custom) | 指定された文字列の中のランダムな数字で空白を埋めます。このオプションは明示的に指定できず、SetScrambleModeの引数にstringを渡した際に設定されます。|
392
392
393
393
### SetRichTextEnabled (string)
394
+
394
395
RichTextのサポートを有効化し、RichTextタグが含まれるテキストの文字送りが可能になります。このオプションは文字列のTweenにのみ適用可能です。
395
396
396
397
## コールバック
You can’t perform that action at this time.
0 commit comments