Click or drag to resize
IdentifiableBackingFieldCompatibleObjectWrapperInspectorDisplayMode Enumeration
Inspector display mode.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public enum InspectorDisplayMode
Members
  Member nameValueDescription
MultiLine0 Default setting, which displays the identifier followed by the data.
SingleLine1 Displays the identifier field in place of a label and the data field laid out horizontally next to it.
IdentifierOnly2 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