removeCollisionComponent abstract method
Removes the collision component from entity
, meaning this will no longer be tested when testCollisions or queuePositionUpdate
is called with another entity.
Implementation
Future removeCollisionComponent(ThermionEntity entity);