- Namespace
- Menu
- Assembly
- Assembly-CSharp.dll
public class HoldButton : CircularMenuObject, SelectableMenuObject, ButtonMenuObject
- Inheritance
-
HoldButton
- Implements
-
- Inherited Members
-
Constructors
public HoldButton(Menu menu, MenuObject owner, string displayText, string singalText, Vector2 pos, float fillTime)
Parameters
menu Menu
owner MenuObject
displayText string
singalText string
pos Vector2
fillTime float
Fields
public ButtonBehavior buttonBehav
Field Value
- ButtonBehavior
public int buttonReleasedCounter
Field Value
- int
public FSprite[] circleSprites
Field Value
- FSprite[]
public bool controlledFromOutside
Field Value
- bool
Field Value
- float
Field Value
- float
Field Value
- bool
Field Value
- bool
Field Value
- float
Field Value
- bool
Field Value
- float
public MenuLabel menuLabel
Field Value
- MenuLabel
Field Value
- float
Field Value
- string
public MenuMicrophone.MenuSoundLoop soundLoop
Field Value
- MenuMicrophone.MenuSoundLoop
Field Value
- bool
Properties
public bool CurrentlySelectableMouse { get; }
Property Value
- bool
public bool CurrentlySelectableNonMouse { get; }
Property Value
- bool
public bool FillingUp { get; }
Property Value
- bool
public ButtonBehavior GetButtonBehavior { get; }
Property Value
- ButtonBehavior
public bool IsMouseOverMe { get; }
Property Value
- bool
Methods
public virtual void Clicked()
public override void GrafUpdate(float timeStacker)
Parameters
timeStacker float
public Color MyColor(float timeStacker)
Parameters
timeStacker float
Returns
- Color
public override void RemoveSprites()
public override void Update()