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

OVRMetricDefinition

OVRMetricDefinition

data class OVRMetricDefinition(val Name: String, val DisplayName: String, val Group: String? = null, val RangeMin: Int = 0, val RangeMax: Int = 100, val ShowGraph: Boolean = true, val ShowStat: Boolean = true)

Constructors

NameSummary
OVRMetricDefinition
constructor(Name: String, DisplayName: String, Group: String? = null, RangeMin: Int = 0, RangeMax: Int = 100, ShowGraph: Boolean = true, ShowStat: Boolean = true)

Properties

NameSummary
DisplayName
val DisplayName: String
Group
val Group: String? = null
Name
val Name: String
RangeMax
val RangeMax: Int = 100
RangeMin
val RangeMin: Int = 0
ShowGraph
val ShowGraph: Boolean = true
ShowStat
val ShowStat: Boolean = true
Did you find this page helpful?
Thumbs up icon
Thumbs down icon