Haply::Inverse::Unity::PerformanceData
Inherits from MonoBehaviour
Protected Functions
Name | |
---|---|
void | OnEnable() |
void | OnDisable() |
void | Update() |
Public Properties
Name | |
---|---|
double | FramesPerSec |
double | PollsPerSec |
Public Attributes
Name | |
---|---|
bool | calculateFramesPerSeconds |
Protected Functions Documentation
function OnEnable
void OnEnable()
function OnDisable
void OnDisable()
function Update
void Update()
Public Property Documentation
property FramesPerSec
double FramesPerSec;
property PollsPerSec
double PollsPerSec;
Public Attributes Documentation
variable calculateFramesPerSeconds
bool calculateFramesPerSeconds = false;