API reference
API reference
Select your platform
No SDKs available
No versions available

OVRMetricsToolSDK Class

Extends MonoBehaviour

Properties

static OVRMetricsToolSDK Instance[Get]

Member Functions

bool AppendCsvDebugString
( string debugString )
bool SetOverlayDebugString
( string debugString )
MetricsSnapshot? GetLatestMetricsSnapshot ( )
string GetError ( )
void DefineAppMetric
( string name,
string displayName,
string group,
int rangeMin,
int rangeMax,
int graphMin,
int graphMax,
float redPercent,
float greenPercent,
bool showGraph,
bool showStat )
void DeleteAppMetric
( string name )
bool UpdateAppMetric
( string name,
int value )
Did you find this page helpful?