customSeparateY : boolean
This flag allows you to disable the custom y separation that takes place by Physics.Arcade.separate.
Used in combination with your own collision processHandler you can create whatever type of collision response you need. Use a custom separation system or the built-in one?
- Source code: physics/arcade/Body.js (Line 331)
Please login to continue.