vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
189 stars 43 forks source link

Change events from static to instance. #126

Closed aW4KeNiNG closed 7 years ago

aW4KeNiNG commented 7 years ago

This PR is related to #125.

The events should be instance variables to allow an independent way to dispatch in the engine.

It is a breaking change. The users could need to change Engine to engine instance variable in the Main class.