跳到主要内容

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

Create(Texture texture)

public static LabelIcon Create(Texture texture)

Create(Texture texture, float size)

public static LabelIcon Create(Texture texture, float size)

Create(Texture texture, Color textureColor)

public static LabelIcon Create(Texture texture, Color textureColor)

Create(Texture texture, float textureSize, Color textureColor)

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

Create(string textureResourcePath)

public static LabelIcon Create(string textureResourcePath)

Create(string textureResourcePath, Color color)

public static LabelIcon Create(string textureResourcePath, Color color)

Create(string textureResourcePath, float size)

public static LabelIcon Create(string textureResourcePath, float size)

Create(string textureResourcePath, float size, Color color)

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

Deconstruct(Texture texture, Vector2 textureSize, Color textureColor)

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