Class OpDragger
public class OpDragger : UIconfig, IValueInt, IValueFloat, IValueType
- Inheritance
-
OpDragger
- Implements
- Inherited Members
- Extension Methods
Constructors
OpDragger(ConfigurableBase, Vector2)
public OpDragger(ConfigurableBase configIntegral, Vector2 pos)
Parameters
configIntegralConfigurableBaseposVector2
OpDragger(Configurable<int>, float, float)
public OpDragger(Configurable<int> config, float posX, float posY)
Parameters
configConfigurable<int>posXfloatposYfloat
OpDragger(Configurable<int>, Vector2)
public OpDragger(Configurable<int> config, Vector2 pos)
Parameters
configConfigurable<int>posVector2
Fields
_customText
public string[] _customText
Field Value
- string[]
_greyFade
public float _greyFade
Field Value
_savMouse
public float _savMouse
Field Value
_savValue
public int _savValue
Field Value
_useCT
public bool _useCT
Field Value
colorEdge
public Color colorEdge
Field Value
- Color
colorFill
public Color colorFill
Field Value
- Color
colorText
public Color colorText
Field Value
- Color
label
public FLabel label
Field Value
max
public readonly int max
Field Value
min
public readonly int min
Field Value
rect
public DyeableRect rect
Field Value
Methods
Change()
public override void Change()
DisplayDescription()
public override string DisplayDescription()
Returns
GrafUpdate(float)
public override void GrafUpdate(float timeStacker)
Parameters
timeStackerfloat
SetCustomText(params string[])
public void SetCustomText(params string[] newTexts)
Parameters
newTextsstring[]
Update()
public override void Update()