Struct Pane.State
The state of a Pane.
Inherited Members
Namespace: Unity.AppUI.UI
Assembly: Unity.AppUI.dll
Syntax
[Serializable]
public struct Pane.State
Fields
compact
Whether the pane is in compact mode or not.
Declaration
public bool compact
Field Value
Type | Description |
---|---|
bool |
compactThreshold
A threshold used to snap to compact mode when the pane is resized.
Declaration
public float compactThreshold
Field Value
Type | Description |
---|---|
float |