Hello, I have a basic question. Is there a way of getting the raw data from the Textures. For example:
new PIXI.Text(this.message, this.textSettings).texure;
How do I get the individual pixel data for that texture? I looked through the documentation but I did not find how to get the pixel data. Thanks in advance!