add ThermionPickResult typedef
This commit is contained in:
@@ -2,3 +2,4 @@
|
|||||||
import 'package:thermion_dart/thermion_dart/viewer/shared_types/shared_types.dart';
|
import 'package:thermion_dart/thermion_dart/viewer/shared_types/shared_types.dart';
|
||||||
|
|
||||||
typedef FilamentPickResult = ({ThermionEntity entity, double x, double y});
|
typedef FilamentPickResult = ({ThermionEntity entity, double x, double y});
|
||||||
|
typedef ThermionPickResult = FilamentPickResult;
|
||||||
|
|||||||
Reference in New Issue
Block a user