docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class UISettings

    Miscellaneous settings for the DevTools UI.

    Inheritance
    object
    UISettings
    Implements
    IEquatable<UISettings>
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    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

    Implements

    IEquatable<T>
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)