HandLandmarkFrame constructor
HandLandmarkFrame({
- required List<
Vector3> landmarks, - required ControllerHand hand,
- double confidence = 1.0,
- DateTime? timestamp,
Implementation
HandLandmarkFrame({
required this.landmarks,
required this.hand,
this.confidence = 1.0,
DateTime? timestamp,
}) : timestamp = timestamp ?? DateTime.now();