menu
cannon_physics package
documentation
shapes/heightfield.dart
Heightfield
update method
update method
dark_mode
light_mode
update
method
void
update
(
)
Call whenever you change the data array.
Implementation
void update() { _cachedPillars.clear(); }
cannon_physics package
documentation
shapes/heightfield
Heightfield
update method
Heightfield class