menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
double
>
toJson
(
)
Implementation
Map<String, double> toJson() { return {'x': x, 'y': y}; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
toJson method
Vector2 class