UIStyles
public static class UIStylesNo description is available for this type.
Fields
Section titled “Fields”
BORDER_WIDTH
Section titled “BORDER_WIDTH”public const int BORDER_WIDTH = 30No description is available for this member.
Returns
System.Int32 — No return description is available.
INSPECTOR_WIDTH
Section titled “INSPECTOR_WIDTH”public const int INSPECTOR_WIDTH = 300No description is available for this member.
Returns
System.Int32 — No return description is available.
TAG_SIZE_SPACING
Section titled “TAG_SIZE_SPACING”public const int TAG_SIZE_SPACING = 20No description is available for this member.
Returns
System.Int32 — No return description is available.
TAG_OUTER_MARGIN
Section titled “TAG_OUTER_MARGIN”public const int TAG_OUTER_MARGIN = 20No description is available for this member.
Returns
System.Int32 — No return description is available.
emptyTileContent
Section titled “emptyTileContent”public static readonly GUIContent emptyTileContentNo description is available for this member.
Returns
UnityEngine.GUIContent — No return description is available.
selectedTileContent
Section titled “selectedTileContent”public static readonly GUIContent selectedTileContentNo description is available for this member.
Returns
UnityEngine.GUIContent — No return description is available.
Properties
Section titled “Properties”
searchTile
Section titled “searchTile”public static GUIStyle searchTile { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
packageTile
Section titled “packageTile”public static GUIStyle packageTile { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
selectedSearchTile
Section titled “selectedSearchTile”public static GUIStyle selectedSearchTile { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
selectedPackageTile
Section titled “selectedPackageTile”public static GUIStyle selectedPackageTile { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
toggleButtonStyleNormal
Section titled “toggleButtonStyleNormal”public static GUIStyle toggleButtonStyleNormal { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
toggleButtonStyleToggled
Section titled “toggleButtonStyleToggled”public static GUIStyle toggleButtonStyleToggled { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
entryStyle
Section titled “entryStyle”public static GUIStyle entryStyle { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
toggleStyle
Section titled “toggleStyle”public static GUIStyle toggleStyle { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
public static GUIStyle tag { get; }No description is available for this member.
Returns
UnityEngine.GUIStyle — No return description is available.
Methods
Section titled “Methods”
ResetStyles()
Section titled “ResetStyles()”public static void ResetStyles()No description is available for this member.
DrawTag(TagInfo, Action)
Section titled “DrawTag(TagInfo, Action)”public static void DrawTag(TagInfo tagInfo, Action action = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
tagInfo |
AssetInventory.TagInfo | |
action |
System.Action | |
DrawTag(TagInfo, Action, float)
Section titled “DrawTag(TagInfo, Action, float)”public static void DrawTag(TagInfo tagInfo, Action action, float maxWidth)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
tagInfo |
AssetInventory.TagInfo | |
action |
System.Action | |
maxWidth |
System.Single | |
CalcTagWidth(string, TagStyle, float)
Section titled “CalcTagWidth(string, TagStyle, float)”public static float CalcTagWidth(string name, UIStyles.TagStyle style, float maxWidth = -1)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String | |
style |
AssetInventory.UIStyles.TagStyle | |
maxWidth |
System.Single |
Returns
System.Single — No return description is available.
DrawTag(string, Color, Action, TagStyle, float)
Section titled “DrawTag(string, Color, Action, TagStyle, float)”public static void DrawTag(string name, Color color, Action action, UIStyles.TagStyle style, float maxWidth = -1)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String | |
color |
UnityEngine.Color | |
action |
System.Action | |
style |
AssetInventory.UIStyles.TagStyle | |
maxWidth |
System.Single | |
DrawTag(Rect, string, Color, TagStyle)
Section titled “DrawTag(Rect, string, Color, TagStyle)”public static void DrawTag(Rect rect, string name, Color color, UIStyles.TagStyle style)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
rect |
UnityEngine.Rect | |
name |
System.String | |
color |
UnityEngine.Color | |
style |
AssetInventory.UIStyles.TagStyle | |
GetLabelMaxWidth()
Section titled “GetLabelMaxWidth()”public static GUILayoutOption GetLabelMaxWidth()No description is available for this member.
Returns
UnityEngine.GUILayoutOption — No return description is available.
Content(string, string, string, string)
Section titled “Content(string, string, string, string)”public static GUIContent Content(string text, string tip, string ctrlText, string ctrlTip = null)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
text |
System.String | |
tip |
System.String | |
ctrlText |
System.String | |
ctrlTip |
System.String |
Returns
UnityEngine.GUIContent — No return description is available.