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