mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-18 09:54:35 +08:00
add AggressiveUpVersion
This commit is contained in:
parent
93e9a57c5c
commit
7b72136349
@ -509,6 +509,17 @@ namespace DCFApixels.DragonECS
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Other
|
||||||
|
[MethodImpl(MethodImplOptions.AggressiveInlining)]
|
||||||
|
public void AggressiveUpVersion()
|
||||||
|
{
|
||||||
|
unchecked
|
||||||
|
{
|
||||||
|
_version++;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Debug
|
#region Debug
|
||||||
public void GetComponents(int entityID, List<object> list)
|
public void GetComponents(int entityID, List<object> list)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user