Variable EntityComponent.entity

The entity this component is attached to.

class EntityComponent
{
  // ...
  Entity entity;
  // ...
}