HandState constructor
HandState({})
Implementation
HandState({
required this.hand,
Map<HandJoint, Vector3>? joints,
Map<HandJoint, Quaternion>? orientations,
this.tracked = false,
}) : joints = joints ?? {},
orientations = orientations ?? {};