Tag
[Serializable]public sealed class TagNo description is available for this type.
Fields
Section titled “Fields”
DefaultColor
Section titled “DefaultColor”public static Color DefaultColorNo description is available for this member.
Returns
UnityEngine.Color — No return description is available.
Properties
Section titled “Properties”
public int Id { get; set; }No description is available for this member.
Returns
System.Int32 — No return description is available.
[Indexed][Collation("NOCASE")]public string Name { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
public string Color { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
FromAssetStore
Section titled “FromAssetStore”public bool FromAssetStore { get; set; }No description is available for this member.
Returns
System.Boolean — No return description is available.
Hotkey
Section titled “Hotkey”public string Hotkey { get; set; }No description is available for this member.
Returns
System.String — No return description is available.
ParentId
Section titled “ParentId”[Indexed]public int? ParentId { get; set; }No description is available for this member.
Returns
System.Nullable{System.Int32} — No return description is available.
Constructors
Section titled “Constructors”
public Tag()No description is available for this member.
Tag(string)
Section titled “Tag(string)”public Tag(string name)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
name |
System.String |
Methods
Section titled “Methods”
GetColor()
Section titled “GetColor()”public Color GetColor()No description is available for this member.
Returns
UnityEngine.Color — No return description is available.
Equals(Tag)
Section titled “Equals(Tag)”public bool Equals(Tag other)No description is available for this member.
Parameters
| Name | Type | Description |
|---|---|---|
other |
AssetInventory.Tag |
Returns
System.Boolean — No return description is available.
ToString()
Section titled “ToString()”public override string ToString()No description is available for this member.
Returns
System.String — No return description is available.