Replies: 1 comment
-
I'm relatively new to |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experimenting with Pixi-React v8 and Pixi-UI. I've managed to display a
FancyButton
, but I’m having trouble getting theonPress
event to trigger. Any guidance would be greatly appreciated!In plain TypeScript, the code would look like this:
However, I'm not sure how to access the button or properly connect the signal in Pixi-React v8. Since it's still in early stages and documentation is limited, I'm a bit stuck.
Here’s my full code:
Any help on how to properly connect the onPress event in Pixi-React would be fantastic!
P.S. I also noticed the Pixi-React Discord link is broken, so I haven't been able to join the channel.
Beta Was this translation helpful? Give feedback.
All reactions