Tag: Static Reflection
-

A minimalistic approach to static reflection
I recently completed a team project which had me producing a game using a custom engine. Whilst developing the engine, it occurred to me that certain features, namely serialization, deserialization and runtime property editing, potentially become tedious to expand upon as the game starts to get bigger. This is due to the engine having to account…