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
(
List
<
double
>
?
json
)
Implementation
Vector2.fromJSON(List<double>? json) { if (json != null) { x = json[0]; y = json[1]; } }
openworld package
documentation
three_dart/three3d/math/index
Vector2
Vector2.fromJSON constructor
Vector2 class