FabGL
ESP32 Display Controller and Graphics Library
|
void update | ( | Sprite * | sprite | ) |
Updates collision detector.
When a sprite changes its position or size it is necessary to update the collision detector.
This method just updates the detector without generate collision events.
sprite | The sprite to update. |
Definition at line 446 of file collisiondetector.cpp.