HandState
Stay organized with collections
Save and categorize content based on your preferences.
class HandState
Represents the current state of a Hand instance.
Summary
Public constructors
HandState
Added in 1.0.0-alpha03
HandState(isActive: Boolean = false, handJoints: List<Pose> = listOf())