KreNtal Posted December 16, 2022 Share Posted December 16, 2022 Is there any way to visualize the boundaries of a sprite? did not find anything Quote Link to comment Share on other sites More sharing options...
jonforum Posted December 19, 2022 Share Posted December 19, 2022 On 12/16/2022 at 5:43 AM, KreNtal said: Is there any way to visualize the boundaries of a sprite? did not find anything no! you need do it manually, pixi dont have a kind of ~sdk package with utilities for debug. you can extends a new class like this . ```ts class BoundaryHelper<T> extends Container { ``` Quote Link to comment Share on other sites More sharing options...
KreNtal Posted December 20, 2022 Author Share Posted December 20, 2022 Thanks a lot, I just wanted the confirmation I have to implement my own method. I will post it here whenever I'm done with it. Quote Link to comment Share on other sites More sharing options...
jonforum Posted December 22, 2022 Share Posted December 22, 2022 yes you need your own Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.