Class RainMeter
- Namespace
- HUD
- Assembly
- Assembly-CSharp.dll
public class RainMeter : HudPart
- Inheritance
-
RainMeter
- Inherited Members
-
Constructors
RainMeter(HUD, FContainer)
public RainMeter(HUD hud, FContainer fContainer)
Parameters
hud HUD
fContainer FContainer
Fields
circles
public HUDCircle[] circles
Field Value
- HUDCircle[]
fRain
Field Value
- float
fade
Field Value
- float
halfTimeBlink
Field Value
- int
halfTimeShown
public bool halfTimeShown
Field Value
- bool
lastFade
Field Value
- float
lastPos
Field Value
- Vector2
plop
Field Value
- float
pos
Field Value
- Vector2
remainVisibleCounter
public int remainVisibleCounter
Field Value
- int
tickCounter
Field Value
- int
tickPulse
Field Value
- float
timePerCircle
Field Value
- int
Properties
Show
public bool Show { get; }
Property Value
- bool
Methods
Draw(float)
public override void Draw(float timeStacker)
Parameters
timeStacker float
DrawPos(float)
public Vector2 DrawPos(float timeStacker)
Parameters
timeStacker float
Returns
- Vector2
ResetHalfTime()
public void ResetHalfTime()
SuppressHalfTime()
public void SuppressHalfTime()
Update()
public override void Update()