You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I've needed to instance the Entity typeclass so that I could add some data for use during collisions, but the entityPtr method, for which I intended to just use Shape's, is a hidden method making it impossible to implement. I'm hoping there's a workaround to this?
The text was updated successfully, but these errors were encountered:
I understand, there wasn't any obvious way of distinguishing what object is what during collisions though. Remedied it by using the group field to hold my UUIDs.
Hi
So I've needed to instance the
Entity
typeclass so that I could add some data for use during collisions, but theentityPtr
method, for which I intended to just useShape
's, is a hidden method making it impossible to implement. I'm hoping there's a workaround to this?The text was updated successfully, but these errors were encountered: