removeCollisionComponent abstract method

Future removeCollisionComponent(
  1. ThermionEntity entity
)

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);