mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 01:44:35 +08:00
rename
This commit is contained in:
parent
665e0abf32
commit
28402472b0
@ -149,7 +149,7 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region CheckCache
|
#region Utils
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
private void CheckCache(Delegate d)
|
private void CheckCache(Delegate d)
|
||||||
{
|
{
|
||||||
@ -173,7 +173,7 @@ namespace DCFApixels.DragonECS
|
|||||||
|
|
||||||
#region Do
|
#region Do
|
||||||
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
public void Do(Action<TProcess> translationCallback)
|
public void Run(Action<TProcess> translationCallback)
|
||||||
{
|
{
|
||||||
CheckCache(translationCallback);
|
CheckCache(translationCallback);
|
||||||
#if DEBUG && !DISABLE_DEBUG
|
#if DEBUG && !DISABLE_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user