Gamebop / physics

Physics components for PlayCanvas
https://gamebop.github.io/docs/
3 stars 1 forks source link

Custom update callback #64

Closed LeXXik closed 4 months ago

LeXXik commented 4 months ago

Currently we have an ability to call a user function just before the physics steps. We should also add an ability to call one right after the step has finished.

LeXXik commented 4 months ago

Giving it another thought, there is no urgent need for it. The current pre-update is sufficient for most cases. We can add it, if the need arises.