Panel
This User Interface Component lets you add background to your UI
Component Author: Jabo Release Date: April 16, 2020
new Panel(Scene parentScene, Vector2 position, Vector2 scale);getTransform(); // Returns Transform Object
setColor(Color color); // Sets the color
setBackgroundImage(Sprite spr);Last updated
Was this helpful?