You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.
I'm attempting to create externs for pixi-projection plugin, and would intend to have them within pixi.plugins.projection. But I'm struggling with understanding the best way to resolve extra methods attached to core classes. For example "pixi.core.display.Container" will receive method "convertTo2d()" when the plugin is used. Suggestions welcomed with thanks.
The text was updated successfully, but these errors were encountered:
A bit out of my comfort zone ... I'm not aware of a non-macro way for Haxe to handle mixins or dual inheritance? So I've made some compromises and made a start.
I'm attempting to create externs for pixi-projection plugin, and would intend to have them within pixi.plugins.projection. But I'm struggling with understanding the best way to resolve extra methods attached to core classes. For example "pixi.core.display.Container" will receive method "convertTo2d()" when the plugin is used. Suggestions welcomed with thanks.
The text was updated successfully, but these errors were encountered: