menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
Vector2.fromJson constructor
Vector2.fromJson constructor
dark_mode
light_mode
Vector2.fromJson
constructor
Vector2.fromJson
(
Map
<
String
,
double
>
json
)
Implementation
Vector2.fromJson(Map<String, double> json) { x = json['x']!; y = json['y']!; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
Vector2.fromJson constructor
Vector2 class