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