SceneState

data class SceneState(val handDetectorState: HandDetectorState, val ringStates: RingState)

State of the current scene.

Constructors

Link copied to clipboard
fun SceneState(handDetectorState: HandDetectorState, ringStates: RingState)

Properties

Link copied to clipboard
val handDetectorState: HandDetectorState
Link copied to clipboard
val ringStates: RingState