issues
search
Syncaidius
/
MoltenEngine
A spare-time C# .NET 8 game engine project. Cross-platform, multi-threaded.
MIT License
301
stars
20
forks
source link
Component docking, padding and margin system
#78
Closed
Syncaidius
closed
2 years ago
Syncaidius
commented
2 years ago
Add support for various UI alignment features:
[x] Docking/anchoring - Allow a UIElement to be docked or anchors to one or more edges of it's parent render bounds
[x] Padding - Allow a UIElement to apply padding, to move child elements further inward, away from the edges of its render bounds
[x] Margins - ALlow a UIElement to set its own margins, which move it away from one or more edges of its parent
Add support for various UI alignment features: