Skip to content

Tag

ClassAssetInventoryAssetInventory.Editor
[Serializable]
public sealed class Tag

No description is available for this type.

public static Color DefaultColor

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

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.

public bool FromAssetStore { get; set; }

No description is available for this member.

Returns

System.Boolean — No return description is available.

public string Hotkey { get; set; }

No description is available for this member.

Returns

System.String — No return description is available.

[Indexed]
public int? ParentId { get; set; }

No description is available for this member.

Returns

System.Nullable{System.Int32} — No return description is available.

public Tag()

No description is available for this member.

public Tag(string name)

No description is available for this member.

Parameters

Name Type Description
name System.String

public Color GetColor()

No description is available for this member.

Returns

UnityEngine.Color — No return description is available.

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.

public override string ToString()

No description is available for this member.

Returns

System.String — No return description is available.