mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-06 05:01:53 +00:00
Start of serializaation
- Allow enumerating over unregistered components - Refactored Editor a bit
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user