Scales the entity as well as all its light sources and particle systems.
// doubles the current entity size entity.Scale(2.0f);
// shrink entity by half of its current size entity.Scale(0.5f);