File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed
Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -589,7 +589,17 @@ Yuo can display the system information of Unity easily by this package.
589589
590590Following 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
594604Usage is as follows.
595605
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments