proyecto26 / ion-phaser

A web component to use Phaser Framework with Angular, React, Vue, etc 🎮
https://market.ionicframework.com/plugins/ionphaser
MIT License
251 stars 39 forks source link

[Question] Is it possible to use reactive properties inside ion-phaser? #47

Open Marchiuzzz opened 2 years ago

Marchiuzzz commented 2 years ago

In the documentation example provided text is rotated inside update() method. Is it possible to have this work somehow if the angle property was described in Vue data and then changed inside Vue and make it so that text in Phaser would update according to this updated property?