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