Skip to main content
Version: 2.0.0

Haply::Inverse::Unity::PerformanceData

Inherits from MonoBehaviour

Protected Functions

Name
voidOnEnable()
voidOnDisable()
voidUpdate()

Public Properties

Name
doubleFramesPerSec
doublePollsPerSec

Public Attributes

Name
boolcalculateFramesPerSeconds

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;