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
static LabelContent Create(string label, LabelIcon labelIcon)
public static LabelContent Create(string label, LabelIcon labelIcon)
static LabelContent Create(string label, Texture texture)
public static LabelContent Create(string label, Texture texture)
static LabelContent Create(string label, Texture texture, Color color)
public static LabelContent Create(string label, Texture texture, Color color)
static LabelContent Create(string label, Texture texture, float size, Color color)
public static LabelContent Create(string label, Texture texture, float size, Color color)
static LabelContent Icon(string textureResourcePath)
public static LabelContent Icon(string textureResourcePath)
static LabelContent Icon(string textureResourcePath, Color color)
public static LabelContent Icon(string textureResourcePath, Color color)
static LabelContent Icon(string textureResourcePath, float size)
public static LabelContent Icon(string textureResourcePath, float size)
static LabelContent Icon(string textureResourcePath, float size, Color color)
public static LabelContent Icon(string textureResourcePath, float size, Color color)
static LabelContent Icon(Texture texture, Color color)
public static LabelContent Icon(Texture texture, Color color)
static LabelContent Icon(Texture texture, float size)
public static LabelContent Icon(Texture texture, float size)
static LabelContent Icon(Texture texture, float size, Color color)
public static LabelContent Icon(Texture texture, float size, Color color)
override bool Equals(object obj)
public override bool Equals(object obj)
bool Equals(LabelContent other)
public bool Equals(LabelContent other)
override int GetHashCode()
public override int GetHashCode()