Optimize VariantType name allocs to use static type when possible

This commit is contained in:
Wojtek Figat
2026-03-30 21:56:01 +02:00
parent d96e1297f7
commit e2fbd83086
2 changed files with 13 additions and 9 deletions

View File

@@ -17,7 +17,6 @@
#include "FlaxEngine.Gen.h"
#include "Scripting.h"
#include "Events.h"
#include "Internal/StdTypesContainer.h"
Dictionary<Pair<ScriptingTypeHandle, StringView>, void(*)(ScriptingObject*, void*, bool)> ScriptingEvents::EventsTable;
Delegate<ScriptingObject*, Span<Variant>, ScriptingTypeHandle, StringView> ScriptingEvents::Event;