跳到主要内容

Struct LabelIcon

Constructors

LabelIcon(Texture texture)

public LabelIcon(Texture texture)

LabelIcon(Texture texture, Color textureColor)

public LabelIcon(Texture texture, Color textureColor)

LabelIcon(Texture texture, Vector2 textureSize)

public LabelIcon(Texture texture, Vector2 textureSize)

LabelIcon(Texture texture, float textureSize)

public LabelIcon(Texture texture, float textureSize)

LabelIcon(Texture texture, float textureSize, Color textureColor)

public LabelIcon(Texture texture, float textureSize, Color textureColor)

LabelIcon(Texture texture, Vector2 textureSize, Color textureColor)

public LabelIcon(Texture texture, Vector2 textureSize, Color textureColor)

LabelIcon()

public LabelIcon()

Methods

static LabelIcon Create(Texture texture)

public static LabelIcon Create(Texture texture)

static LabelIcon Create(Texture texture, float size)

public static LabelIcon Create(Texture texture, float size)

static LabelIcon Create(Texture texture, Color textureColor)

public static LabelIcon Create(Texture texture, Color textureColor)

static LabelIcon Create(Texture texture, float textureSize, Color textureColor)

public static LabelIcon Create(Texture texture, float textureSize, Color textureColor)

static LabelIcon Create(string textureResourcePath)

public static LabelIcon Create(string textureResourcePath)

static LabelIcon Create(string textureResourcePath, Color color)

public static LabelIcon Create(string textureResourcePath, Color color)

static LabelIcon Create(string textureResourcePath, float size)

public static LabelIcon Create(string textureResourcePath, float size)

static LabelIcon Create(string textureResourcePath, float size, Color color)

public static LabelIcon Create(string textureResourcePath, float size, Color color)

void Deconstruct(Texture texture, Vector2 textureSize, Color textureColor)

public void Deconstruct(Texture texture, Vector2 textureSize, Color textureColor)