Start of serializaation

- Allow enumerating over unregistered components
- Refactored Editor a bit
This commit is contained in:
Simon Lübeß
2022-05-14 23:01:08 +02:00
parent 1d3d30f88d
commit 3956080520
15 changed files with 845 additions and 248 deletions
@@ -4,6 +4,7 @@
#pragma warning disable 4204
using System;
using Bon;
namespace GlitchyEngine.Math
{
@@ -35,4 +36,16 @@ namespace GlitchyEngine.Math
}
}
namespace DirectX
{
[BonTarget]
extension Color;
[BonTarget]
extension ColorRGB;
[BonTarget]
extension ColorRGBA;
}
#endif