Advanced FPS Counter  1.5.4
FPS Counter on steroids!
BaseCounterData Class Referenceabstract

Inherited by StaticCounterData, and UpdatableCounterData.

Public Member Functions

void Refresh ()
 

Properties

bool Enabled [get, set]
 
LabelAnchor Anchor [get, set]
 
Color Color [get, set]
 
FontStyle Style [get, set]
 
string ExtraText [get, set]
 

Detailed Description

Base class for all counters.

Member Function Documentation

◆ Refresh()

void Refresh ( )
inline

Updates counter's value and forces current label refresh.

Property Documentation

◆ Enabled

bool Enabled
getset

Enables or disables counter with immediate label refresh.

◆ Anchor

LabelAnchor Anchor
getset

Current anchoring label for the counter output. Refreshes both previous and specified label when switching anchor.

◆ Color

Color Color
getset

Regular color of the counter output.

◆ Style

FontStyle Style
getset

Controls bold text style.

◆ ExtraText

string ExtraText
getset

Additional text to append to the end of the counter in normal Operation Mode.
Refresh() will be called on change.
Set to null to remove extra text.