Class ConnectionEditor.Classes
Classes of elements in the Connections window layout.
Namespace: Unity.LiveCapture.Editor
Assembly: Unity.LiveCapture.Editor.dll
Syntax
protected static class ConnectionEditor.Classes
Fields
IndentContent
Apply to a VisualElement for a consistent left-indent. This should be applied to the root elements returned by CreateSettingsGUI() and CreateInfoGUI().
Declaration
public const string IndentContent = "indent-content"
Field Value
Type | Description |
---|---|
string |
SpaceContent
Apply to a VisualElement for a consistent top and bottom margin. This should be applied to the root element returned by CreateSettingsGUI() and to elements in CreateInfoGUI() on a case-by-case basis.
Declaration
public const string SpaceContent = "space-content"
Field Value
Type | Description |
---|---|
string |