 | IdentifiableBackingFieldCompatibleObjectWrapperInspectorDisplayMode Enumeration |
Inspector display mode.
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic enum InspectorDisplayMode
Members|
| Member name | Value | Description |
|---|
| MultiLine | 0 |
Default setting, which displays the identifier followed by the data.
|
| SingleLine | 1 |
Displays the identifier field in place of a label and the data field laid out horizontally next to it.
|
| IdentifierOnly | 2 |
Displays only the identifier field on a single line with no label. Use this for lists that display the
data for the current selection elsewhere.
|
See Also