Closed CrosRoad95 closed 1 month ago
setElementCollisionEnabled is called when the element is attached/deattached. Is it not enough for you to call setElementCollisionEnabled(e, true) directly after attach?
From my tests it doesn't work, calling attach from server and slipe-server
I want to manually control when collision of particular object is enabled or not, so i need some kind of property that hand control over "setElementCollisionEnabled" to my code instead of pAttach