docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Struct SplitView.State

    The state of the SplitView.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Unity.AppUI.UI
    Assembly: Unity.AppUI.dll
    Syntax
    [Serializable]
    public struct SplitView.State

    Fields

    collapsedPanes

    Whether the panes are collapsed or not.

    Declaration
    public List<bool> collapsedPanes
    Field Value
    Type Description
    List<bool>

    direction

    The direction of the SplitView.

    Declaration
    public Direction direction
    Field Value
    Type Description
    Direction

    paneSizes

    The sizes of the panes.

    Declaration
    public List<float> paneSizes
    Field Value
    Type Description
    List<float>

    realtimeResize

    Whether the SplitView should resize in real-time or not.

    Declaration
    public bool realtimeResize
    Field Value
    Type Description
    bool
    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)