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
Fields
t
public string t
Field Value
Properties
Text
public string Text { get; set; }
Property Value
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
newPosVector2
Refresh()
public override void Refresh()