menu
openworld package
documentation
three_dart/three3d/math/index.dart
Vector2
setX method
setX method
dark_mode
light_mode
setX
method
Vector2
setX
(
double
x
)
Implementation
Vector2 setX(double x) { this.x = x; return this; }
openworld package
documentation
three_dart/three3d/math/index
Vector2
setX method
Vector2 class