Tanoda
FPSCounter Class Reference
Inheritance diagram for FPSCounter:

Public Attributes

Text counterText
 
Transform graph
 
int frameUpdate = 60
 
int highestPossibleFPS = 300
 
int maxLines = 60
 
float graphUpdate = 0.5f
 
Color graphColor = new Color(1, 1, 1, 0.5f)
 

Detailed Description

Definition at line 17 of file FPSCounter.cs.

Member Data Documentation

◆ counterText

Text FPSCounter.counterText

Definition at line 22 of file FPSCounter.cs.

◆ frameUpdate

int FPSCounter.frameUpdate = 60

Definition at line 24 of file FPSCounter.cs.

◆ graph

Transform FPSCounter.graph

Definition at line 23 of file FPSCounter.cs.

◆ graphColor

Color FPSCounter.graphColor = new Color(1, 1, 1, 0.5f)

Definition at line 28 of file FPSCounter.cs.

◆ graphUpdate

float FPSCounter.graphUpdate = 0.5f

Definition at line 27 of file FPSCounter.cs.

◆ highestPossibleFPS

int FPSCounter.highestPossibleFPS = 300

Definition at line 25 of file FPSCounter.cs.

◆ maxLines

int FPSCounter.maxLines = 60

Definition at line 26 of file FPSCounter.cs.


The documentation for this class was generated from the following file: