Skip to content

Commit 0aeceaf

Browse files
committed
Update README.
1 parent 6216867 commit 0aeceaf

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,17 @@ Yuo can display the system information of Unity easily by this package.
589589

590590
Following features are now available.
591591

592-
1. Information provided by Unity's SystemInfo class
592+
| Class name of DebugPage | Description |
593+
| --- | --- |
594+
| SystemInfoDebugPage | Show the information of SystemInfo class. |
595+
| ApplicationDebugPage | Show the information of Application class. |
596+
| TimeDebugPage | Show the information of Time class. |
597+
| QualitySettingsDebugPage | Show the information of QualitySettings class. |
598+
| ScreenDebugPage | Show the information of Screen class. |
599+
| InputDebugPage | Show the information of Input class. |
600+
| GraphicsDebugPage | Show the information of Graphics class. |
601+
| PhysicsDebugPage | Show the information of Physics class. |
602+
| Physics2DDebugPage | Show the information of Physics2D class. |
593603

594604
Usage is as follows.
595605

README_JA.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,17 @@ Unityのシステム情報を表示する拡張パッケージです。
586586

587587
表示できる情報は以下の通りです。
588588

589-
1. Unity の SystemInfo クラスで提供される情報
589+
| DebugPageのクラス名 | 説明 |
590+
| --- | --- |
591+
| SystemInfoDebugPage | SystemInfoクラスの情報を表示します。 |
592+
| ApplicationDebugPage | Applicationクラスの情報を表示します。 |
593+
| TimeDebugPage | Timeクラスの情報を表示します。 |
594+
| QualitySettingsDebugPage | QualitySettingsクラスの情報を表示します。 |
595+
| ScreenDebugPage | Screenクラスの情報を表示します。 |
596+
| InputDebugPage | Inputクラスの情報を表示します。 |
597+
| GraphicsDebugPage | Graphicsクラスの情報を表示します。 |
598+
| PhysicsDebugPage | Physicsクラスの情報を表示します。 |
599+
| Physics2DDebugPage | Physics2Dクラスの情報を表示します。 |
590600

591601
使用方法は以下の通りです。
592602

0 commit comments

Comments
 (0)