Class UISettings
Miscellaneous settings for the DevTools UI.
Implements
Inherited Members
Namespace: Unity.AppUI.Redux.DevTools
Assembly: Unity.AppUI.Redux.dll
Syntax
[Serializable]
public record UISettings : IEquatable<UISettings>
Fields
autoScrollToBottom
Whether the action list should auto-scroll to the bottom.
Declaration
public bool autoScrollToBottom
Field Value
Type | Description |
---|---|
bool |
maxActionsToShow
THe maximum number of actions to show in the action list.
Declaration
public int maxActionsToShow
Field Value
Type | Description |
---|---|
int |
playbackSpeed
The playback speed of the DevTools UI.
Declaration
public int playbackSpeed
Field Value
Type | Description |
---|---|
int |
showSkippedActions
Whether to show skipped actions in the action list.
Declaration
public bool showSkippedActions
Field Value
Type | Description |
---|---|
bool |
showTimestamps
Whether to show timestamps in the action list.
Declaration
public bool showTimestamps
Field Value
Type | Description |
---|---|
bool |