Class ThreatPulser
- Namespace
- MoreSlugcats
- Assembly
- Assembly-CSharp.dll
public class ThreatPulser : HudPart
- Inheritance
-
ThreatPulser
- Inherited Members
-
Constructors
ThreatPulser(HUD, FContainer)
public ThreatPulser(HUD hud, FContainer fContainer)
Parameters
hud HUD
fContainer FContainer
Fields
circles
public HUDCircle[] circles
Field Value
- HUDCircle[]
fade
Field Value
- float
firstRevealTime
public int firstRevealTime
Field Value
- int
lastFade
Field Value
- float
lastPos
Field Value
- Vector2
lastThreat
Field Value
- float
pos
Field Value
- Vector2
pulseTimer
Field Value
- float
remainVisibleCounter
public int remainVisibleCounter
Field Value
- int
Properties
Show
public bool Show { get; }
Property Value
- bool
Threat
public float Threat { get; }
Property Value
- float
hudPlayer
public Player hudPlayer { get; }
Property Value
- Player
Methods
Draw(float)
public override void Draw(float timeStacker)
Parameters
timeStacker float
DrawPos(float)
public Vector2 DrawPos(float timeStacker)
Parameters
timeStacker float
Returns
- Vector2
Update()
public override void Update()