menu
flame package
documentation
input.dart
Obb3
translate method
translate method
dark_mode
light_mode
translate
method
void
translate
(
Vector3
offset
)
Translate this by
offset
.
Implementation
void translate(Vector3 offset) { _center.add(offset); }
flame package
documentation
input
Obb3
translate method
Obb3 class