Table of Contents

Class ThreatPulser

Namespace
MoreSlugcats
Assembly
Assembly-CSharp.dll
public class ThreatPulser : HudPart
Inheritance
ThreatPulser
Inherited Members

Constructors

public ThreatPulser(HUD hud, FContainer fContainer)

Parameters

hud HUD
fContainer FContainer

Fields

circles

public HUDCircle[] circles

Field Value

HUDCircle[]

fade

public float fade

Field Value

float

firstRevealTime

public int firstRevealTime

Field Value

int

lastFade

public float lastFade

Field Value

float

lastPos

public Vector2 lastPos

Field Value

Vector2

lastThreat

public float lastThreat

Field Value

float

pos

public Vector2 pos

Field Value

Vector2

pulseTimer

public float 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()