Inspector: You can read and edit in the inspector for the layers, such as the name, position, bounds, color, and more. Canvas: You can see supported layers and a preview of what they would look like ...
├── Forms/ # Windows Forms │ ├── Admin.cs # Admin interface │ ├── Login.cs # Login form │ └── User.cs # User interface ├── Codes/ # Problem solutions │ ├── SumTwoNumbers/ │ ├── ReverseArray ...