Skip to content

Upgrading Checklist 2.0.0

Daan van Yperen edited this page Aug 26, 2016 · 5 revisions

WIP

Upgrading from older versions to odb 2.0.0

2.0.0 consists of an engine rework that sticks close to the 1.0 API. Porting shouldn't be too difficult. If you get stuck hop on gitter for help.

Methods

Before After
Entity#edit().deleteEntity() World.deleteEntity(entity)
ComponentMapper#getSafe() ComponentMapper#get()
`` ``
Clone this wiki locally