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

Inherits BaseCounterData.

Inherited by FPSCounterData, and MemoryCounterData.

Public Member Functions

void Refresh ()
 

Properties

float UpdateInterval [get, set]
 
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 the counters which should repeatedly update at runtime.

Member Function Documentation

◆ Refresh()

void Refresh ( )
inlineinherited

Updates counter's value and forces current label refresh.

Property Documentation

◆ UpdateInterval

float UpdateInterval
getset

Update interval in seconds.

◆ Enabled

bool Enabled
getsetinherited

Enables or disables counter with immediate label refresh.

◆ Anchor

LabelAnchor Anchor
getsetinherited

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

◆ Color

Color Color
getsetinherited

Regular color of the counter output.

◆ Style

FontStyle Style
getsetinherited

Controls bold text style.

◆ ExtraText

string ExtraText
getsetinherited

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.