hands property

Map<ControllerHand, HandState> hands
final

Tracked hand states, keyed by hand.

Implementation

final Map<ControllerHand, HandState> hands = {
  ControllerHand.left: HandState(hand: ControllerHand.left),
  ControllerHand.right: HandState(hand: ControllerHand.right),
};