mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
add todo
This commit is contained in:
parent
5d6c095142
commit
76af409b30
@ -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 =
|
||||
|
@ -600,6 +600,7 @@ namespace DCFApixels.DragonECS
|
||||
#endregion
|
||||
|
||||
#region IterateTo
|
||||
//TODO Перемеиноваться в CacheTo
|
||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||
public void IterateTo(EcsSpan source, EcsGroup group)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user