Table of Contents

Class BreathMeter

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

Constructors

public BreathMeter(HUD hud, FContainer fContainer)

Parameters

hud HUD
fContainer FContainer
public BreathMeter(HUD hud, FContainer fContainer, AbstractCreature player)

Parameters

hud HUD
fContainer FContainer
player AbstractCreature

Fields

circles

public HUDCircle[] circles

Field Value

HUDCircle[]

fade

public float fade

Field Value

float

lastFade

public float lastFade

Field Value

float

lastPos

public Vector2 lastPos

Field Value

Vector2

myContainer

public FContainer myContainer

Field Value

FContainer

playerName

public FLabel playerName

Field Value

FLabel

pos

public Vector2 pos

Field Value

Vector2

remainVisibleCounter

public int remainVisibleCounter

Field Value

int

sessionPlayer

public AbstractCreature sessionPlayer

Field Value

AbstractCreature

Properties

Show

public bool Show { get; }

Property Value

bool

hudPlayer

public Player hudPlayer { get; }

Property Value

Player

Methods

ClearSprites()

public override void ClearSprites()

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