void AddToPositionX(float value)/ETHEntity

Adds value to the entity X coordinate moving it to the left or to the right.

// move entity 10 pixels to the right
entity.AddToPositionX(10.0f);