void AddToPositionY(float value)/ETHEntity

Adds value to the entity Y coordinate moving it upwards or downwards.

// move entity 10 pixels down
entity.AddToPositionY(10.0f);