Skip to content

v0.6.0

Compare
Choose a tag to compare
@signorpipo signorpipo released this 17 Apr 14:42
· 45 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 and the scene extension have been removed
    • You can still do Globals.getRootObject() to perform all sort of scene searches