RonenNess / GeonBit.UI

UI system for MonoGame projects.
MIT License
467 stars 63 forks source link

Analog of divs in HTML #127

Closed dclipca closed 2 years ago

dclipca commented 2 years ago

A lot of times, it is useful to have a parent that is transparent and holds visible entities. That is, the analog of a div in HTML. What is one way to achieve this?

dclipca commented 2 years ago

parent.Opacity = 0 works well