Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit b2cee96

Browse files
committed
Update: README
1 parent 6160382 commit b2cee96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -337,8 +337,8 @@ Available option for Path-based tweens to set how the points are connected.
337337

338338
| PathType | Behavior |
339339
| - | - |
340-
| PathType.CatmullRom | Connects each point using a Catmull-Rom spline curve. |
341340
| PathType.Linear | Connects each point using a straight line. |
341+
| PathType.CatmullRom | Connects each point using a Catmull-Rom spline curve. |
342342

343343
### SetClosed (Path)
344344

README_JP.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,8 @@ TweenPath系のTweenに対して利用可能なオプションで、各ポイン
358358

359359
| PathType | 動作 |
360360
| - | - |
361-
| PathType.CatmullRom | 各ポイントをCatmull-Romスプライン曲線で結びます。 |
362361
| PathType.Linear | 各ポイントを直線で結びます。 |
362+
| PathType.CatmullRom | 各ポイントをCatmull-Romスプライン曲線で結びます。 |
363363

364364
### SetClosed (Path)
365365

@@ -391,6 +391,7 @@ TweenPath系のTweenに対して利用可能なオプションで、閉じたパ
391391
| (ScrambleMode.Custom) | 指定された文字列の中のランダムな数字で空白を埋めます。このオプションは明示的に指定できず、SetScrambleModeの引数にstringを渡した際に設定されます。|
392392

393393
### SetRichTextEnabled (string)
394+
394395
RichTextのサポートを有効化し、RichTextタグが含まれるテキストの文字送りが可能になります。このオプションは文字列のTweenにのみ適用可能です。
395396

396397
## コールバック

0 commit comments

Comments
 (0)