v0.6.2
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 theGlobals.getRootObject()
object - You can specify a different
Root
object on thepp-gateway
component
- Be careful to put every object inside the
- You can still do