Skip to content

v0.6.2

Compare
Choose a tag to compare
@signorpipo signorpipo released this 18 Apr 13:13
· 39 commits to main since this release

New:

  • Typescript support
    • The library is finally compatible with typescript
    • It's a work in progress, so not all files have been converted yet
    • Type extensions are now typed, so you can do this.object.pp_setPositionLocal and typescript will be able to type that
      • Not all extensions have been converted yet

Edit:

  • SceneUtils, getScene and the scene extension have been removed
    • You can still do Globals.getRootObject() to perform all sort of scene searches
    • The root is, by default, the Scene object, so you can't anymore do "true" root searches due to how the Wonderland Engine is going to manage scene roots
      • Be careful to put every object inside the Scene object if you want to be able to find it through the Globals.getRootObject() object
      • You can specify a different Root object on the pp-gateway component