AimAction constructor
AimAction({
- required ControllerHand hand,
- required Ray ray,
- bool active = true,
- DateTime? timestamp,
Implementation
AimAction({
required this.hand,
required this.ray,
this.active = true,
super.timestamp,
});