跳到主要内容

Struct LabelContent

Constructors

LabelContent(string text)

public LabelContent(string text)

LabelContent(string text, LabelIcon labelIcon)

public LabelContent(string text, LabelIcon labelIcon)

LabelContent(string text, LabelIcon labelIcon, float interval)

public LabelContent(string text, LabelIcon labelIcon, float interval)

LabelContent(string text, Texture icon)

public LabelContent(string text, Texture icon)

LabelContent(string text, Texture icon, float size)

public LabelContent(string text, Texture icon, float size)

LabelContent(string text, Texture icon, Color iconColor)

public LabelContent(string text, Texture icon, Color iconColor)

LabelContent(string text, Texture icon, Color iconColor, float interval)

public LabelContent(string text, Texture icon, Color iconColor, float interval)

LabelContent(string text, Texture icon, float size, Color iconColor)

public LabelContent(string text, Texture icon, float size, Color iconColor)

LabelContent(string text, Texture icon, float size, Color iconColor, float interval)

public LabelContent(string text, Texture icon, float size, Color iconColor, float interval)

LabelContent(Texture icon, float size)

public LabelContent(Texture icon, float size)

LabelContent()

public LabelContent()

Methods

Create(string label, LabelIcon labelIcon)

public static LabelContent Create(string label, LabelIcon labelIcon)

Create(string label, Texture texture)

public static LabelContent Create(string label, Texture texture)

Create(string label, Texture texture, Color color)

public static LabelContent Create(string label, Texture texture, Color color)

Create(string label, Texture texture, float size, Color color)

public static LabelContent Create(string label, Texture texture, float size, Color color)

Icon(string textureResourcePath)

public static LabelContent Icon(string textureResourcePath)

Icon(string textureResourcePath, Color color)

public static LabelContent Icon(string textureResourcePath, Color color)

Icon(string textureResourcePath, float size)

public static LabelContent Icon(string textureResourcePath, float size)

Icon(string textureResourcePath, float size, Color color)

public static LabelContent Icon(string textureResourcePath, float size, Color color)

Icon(Texture texture, Color color)

public static LabelContent Icon(Texture texture, Color color)

Icon(Texture texture, float size)

public static LabelContent Icon(Texture texture, float size)

Icon(Texture texture, float size, Color color)

public static LabelContent Icon(Texture texture, float size, Color color)

Equals(object obj)

public override bool Equals(object obj)

Equals(LabelContent other)

public bool Equals(LabelContent other)

GetHashCode()

public override int GetHashCode()