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

com.meta.spatial.ovrmetrics

Package-level declarations

Types

NameSummary
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 OVRMetricsSystem(metrics: List<OVRMetric>, overlayMessages: List<() -> String>) : SystemBase
Did you find this page helpful?
Thumbs up icon
Thumbs down icon