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 |
---|---|---|---|
SwitchToGatherJobs:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Gather Jobs one. |
SwitchToWorlds:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Worlds one. |
SwitchToLoadedAssets:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Loaded Assets one. |
SwitchToSpecial:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Special one. |
SwitchToFocusedWorld:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Focused World one. |
SwitchToPhysics:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Physics one. |
SwitchToBackgroundJobs:ButtonEventHandler
|
ButtonEventHandler | ✓ | Switches the dialog screen to the Background Jobs one. |
CapturePerformanceStats:ButtonEventHandler
|
ButtonEventHandler | ✓ | Copies the performance stats to the clipboard. |
UploadCC0Textures:ButtonEventHandler
|
ButtonEventHandler | ✓ | DEVELOPER TEAM ONLY. DOES NOT DO ANYTHING ON PUBLIC BUILDS! |
CopyBackgroundWorkerSnapshot:ButtonEventHandler
|
ButtonEventHandler | ✓ | Copies a background worker snapshot to disk. |
StartRecordingPerfMetrics:ButtonEventHandler
|
ButtonEventHandler | ✓ | Records performance metrics to disk. |
ForceFullGC:ButtonEventHandler
|
ButtonEventHandler | ✓ | Forces the engine to garbage collect all ram data. |
SaveObjectPoolStats:ButtonEventHandler
|
ButtonEventHandler | ✓ | Saves object pool stats to disk. |
SwitchToNormalDash:ButtonEventHandler
|
ButtonEventHandler | ✓ | Closes the dialog. |
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.