Struct SplitView.State
The state of the SplitView.
Inherited Members
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 |