989onan bot (talk | contribs) Automated: update SyncDelegates |
989onan bot (talk | contribs) Automated: update Fields, SyncDelegates |
||
Line 9: | Line 9: | ||
== Fields == | == Fields == | ||
{{Table ComponentFields | {{Table ComponentFields | ||
|DisplayMode|'''[[#Mode|Mode]]'''|TypeAdv0=true| How to display the content. | |DisplayMode|'''[[#Mode|EngineDebugDialog.Mode]]'''|TypeAdv0=true| How to display the content. | ||
|_contentRoot|Slot| Content of the debug dialouge. | |_contentRoot|Slot| Content of the debug dialouge. | ||
|_text|'''[[Component:Text|Text]]'''|TypeAdv2=true| The text displaying the engine debug info. | |_text|'''[[Component:Text|Text]]'''|TypeAdv2=true| The text displaying the engine debug info. | ||
Line 16: | Line 16: | ||
== Sync Delegates == | == Sync Delegates == | ||
{{Table ComponentTriggers | {{Table ComponentTriggers | ||
|SwitchToGatherJobs | |SwitchToGatherJobs[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToWorlds | |SwitchToWorlds[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToLoadedAssets | |SwitchToLoadedAssets[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToSpecial | |SwitchToSpecial[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToFocusedWorld | |SwitchToFocusedWorld[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToPhysics | |SwitchToPhysics[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToBackgroundJobs | |SwitchToBackgroundJobs[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CapturePerformanceStats | |CapturePerformanceStats[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|UploadCC0Textures | |UploadCC0Textures[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|CopyBackgroundWorkerSnapshot | |CopyBackgroundWorkerSnapshot[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|StartRecordingPerfMetrics | |StartRecordingPerfMetrics[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|ForceFullGC | |ForceFullGC[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SaveObjectPoolStats | |SaveObjectPoolStats[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
|SwitchToNormalDash | |SwitchToNormalDash[[Type:ButtonEventHandler|ButtonEventHandler]]|[[Type:ButtonEventHandler|ButtonEventHandler]]|true| | ||
}} | }} | ||
Revision as of 06:01, 17 March 2025
Component image File:EngineDebugDialogComponent.pngEngine Debug Dialog component as seen in the Scene Inspector
The EngineDebugDialog component is used in the debug screen of the dash to show debug information about the game at the current moment.
Fields
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
DisplayMode
|
EngineDebugDialog.Mode | How to display the content. |
_contentRoot
|
Slot | Content of the debug dialouge. |
_text
|
Text | The text displaying the engine debug info. |
Sync Delegates
Method Name | Method type and Arguments. | Is the method hidden? | Description |
---|---|---|---|
SwitchToGatherJobsButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToWorldsButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToLoadedAssetsButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToSpecialButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToFocusedWorldButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToPhysicsButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToBackgroundJobsButtonEventHandler
|
ButtonEventHandler | ✓ | |
CapturePerformanceStatsButtonEventHandler
|
ButtonEventHandler | ✓ | |
UploadCC0TexturesButtonEventHandler
|
ButtonEventHandler | ✓ | |
CopyBackgroundWorkerSnapshotButtonEventHandler
|
ButtonEventHandler | ✓ | |
StartRecordingPerfMetricsButtonEventHandler
|
ButtonEventHandler | ✓ | |
ForceFullGCButtonEventHandler
|
ButtonEventHandler | ✓ | |
SaveObjectPoolStatsButtonEventHandler
|
ButtonEventHandler | ✓ | |
SwitchToNormalDashButtonEventHandler
|
ButtonEventHandler | ✓ |
Mode
Usage
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
Examples
This article or section is a Stub. You can help the Resonite Wiki by expanding it.