Name | Summary |
---|---|
data class OVRMetric(val definition: OVRMetricDefinition, val getValue: () -> Int) | |
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) | |
class OVRMetricsFeature(val context: <Error class: unknown class>, groups: OVRMetricsGroup) : SpatialFeature | |
abstract class OVRMetricsGroup | |
class OVRMetricsNetwork(val getNetworking: () -> NetworkingBase?, init: OVRMetricsNetwork.() -> Unit = {}) : OVRMetricsGroup | |
class OVRMetricsScene(val getScene: () -> Scene?, init: OVRMetricsScene.() -> Unit = {}) : OVRMetricsGroup | |
class OVRMetricsTool |