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