Class ArrowButton
- Namespace
- DevInterface
- Assembly
- Assembly-CSharp.dll
public class ArrowButton : RectangularDevUINode
- Inheritance
-
ArrowButton
- Inherited Members
Constructors
ArrowButton(DevUI, string, DevUINode, Vector2, float)
public ArrowButton(DevUI owner, string IDstring, DevUINode parentNode, Vector2 pos, float rotation)
Parameters
Fields
colorA
public Color colorA
Field Value
- Color
colorB
public Color colorB
Field Value
- Color
down
public bool down
Field Value
Properties
arrowColor
public Color arrowColor { get; set; }
Property Value
- Color
spriteColor
public Color spriteColor { get; set; }
Property Value
- Color
Methods
Clicked()
public virtual void Clicked()
Refresh()
public override void Refresh()
Update()
public override void Update()