Haply::Inverse::Unity::PerformanceData
Erbt von MonoBehaviour
Geschützte Funktionen
| Name | |
|---|---|
| void | OnEnable() |
| void | OnDisable() |
| void | Aktualisierung() |
Öffentliche Immobilien
| Name | |
|---|---|
| doppelt | FramesPerSec |
| doppelt | UmfragenPerSec |
Öffentliche Attribute
| Name | |
|---|---|
| bool | calculateFramesPerSeconds |
Geschützte Funktionen Dokumentation
Funktion OnEnable
void OnEnable()
Funktion OnDisable
void OnDisable()
Funktion Update
void Update()
Dokumentation über öffentliches Eigentum
Eigenschaft FramesPerSec
double FramesPerSec;
Eigenschaft PollsPerSec
double PollsPerSec;
Öffentliche Attribute Dokumentation
Variable calculateFramesPerSeconds
bool calculateFramesPerSeconds = false;