AimAction constructor

AimAction({
  1. required ControllerHand hand,
  2. required Ray ray,
  3. bool active = true,
  4. DateTime? timestamp,
})

Implementation

AimAction({
  required this.hand,
  required this.ray,
  this.active = true,
  super.timestamp,
});