Class UgcBridgeStyles
GUIStyles collection for the UGC Bridge editor views.
Inherited Members
Namespace: Unity.Services.Ugc.Bridge.Editor
Assembly: Unity.Services.Ugc.Bridge.Editor.dll
Syntax
public static class UgcBridgeStyles
Properties
AccountIcon
Icon texture used for user authentication view header.
Declaration
public static Texture2D AccountIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
ButtonsStyle
GUIStyle used on buttons.
Declaration
public static GUIStyle ButtonsStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |
LabelsAreaLineStyle
GUIStyle used to shape a line of labels in the labels area.
Declaration
public static GUIStyle LabelsAreaLineStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |
LabelsAreaWithMarginStyle
GUIStyle used for the labels area. Includes a margin with the width of the label field.
Declaration
public static GUIStyle LabelsAreaWithMarginStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |
PublishingIcon
Icon texture used for content publishing view header.
Declaration
public static Texture2D PublishingIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
SelectionIcon
Icon texture used for content selection view header.
Declaration
public static Texture2D SelectionIcon { get; }
Property Value
Type | Description |
---|---|
Texture2D |
VerticalScopeStyle
GUIStyle used for the specialized vertical scope.
Declaration
public static GUIStyle VerticalScopeStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |
WrappedLabelStyle
GUIStyle used on wrapped labels.
Declaration
public static GUIStyle WrappedLabelStyle { get; }
Property Value
Type | Description |
---|---|
GUIStyle |