Scene State
data class SceneState(val handDetectorState: HandDetectorState, val ringStates: RingState)
Content copied to clipboard
State of the current scene.
Constructors
Link copied to clipboard
fun SceneState(handDetectorState: HandDetectorState, ringStates: RingState)
Content copied to clipboard