add EcsMask.IsEmpty

This commit is contained in:
Mikhail 2024-03-17 10:18:16 +08:00
parent 0cf215223a
commit 4937abb2a6

View File

@ -40,6 +40,10 @@ namespace DCFApixels.DragonECS
{
get { return exc; }
}
public bool IsEmpty
{
get { return inc.Length == 0 && exc.Length == 0; }
}
#endregion
#region Constructors