Table of Contents

Class DevUILabel

Namespace
DevInterface
Assembly
Assembly-CSharp.dll
public class DevUILabel : RectangularDevUINode
Inheritance
DevUILabel
Derived
Inherited Members

Constructors

DevUILabel(DevUI, string, DevUINode, Vector2, float, string)

public DevUILabel(DevUI owner, string IDstring, DevUINode parentNode, Vector2 pos, float width, string text)

Parameters

owner DevUI
IDstring string
parentNode DevUINode
pos Vector2
width float
text string

Fields

t

public string t

Field Value

string

Properties

Text

public string Text { get; set; }

Property Value

string

spriteColor

public Color spriteColor { get; set; }

Property Value

Color

textColor

public Color textColor { get; set; }

Property Value

Color

Methods

Move(Vector2)

public override void Move(Vector2 newPos)

Parameters

newPos Vector2

Refresh()

public override void Refresh()