* 设置编辑器模式 * Set editor mode * * When false (runtime mode), editor-only UI like grid, gizmos, * and axis indicator are automatically hidden. * 当为 false(运行时模式)时,编辑器专用 UI 会自动隐藏。
(isEditor: boolean)
| 790 | * 当为 false(运行时模式)时,编辑器专用 UI 会自动隐藏。 |
| 791 | */ |
| 792 | setEditorMode(isEditor: boolean): void { |
| 793 | if (this._bridge) { |
| 794 | this._bridge.setEditorMode(isEditor); |
| 795 | } |
| 796 | } |
| 797 | |
| 798 | /** |
| 799 | * 获取编辑器模式 |
no outgoing calls
no test coverage detected