This commit is contained in:
DCFApixels 2025-03-10 13:01:08 +08:00
parent 5d6c095142
commit 76af409b30
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
public const string MODULES_GROUP = "Modules";
}
//TODO заменить ENABLE_DRAGONECS_ASSERT_CHEKS на DEV_MODE и добавить еще PERF_MODE и STAB_MODE
public static class EcsDefines
{
public const bool DISABLE_POOLS_EVENTS =

View File

@ -600,6 +600,7 @@ namespace DCFApixels.DragonECS
#endregion
#region IterateTo
//TODO Перемеиноваться в CacheTo
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void IterateTo(EcsSpan source, EcsGroup group)
{