mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-13 00:55:55 +08:00
add EcsMask.IsEmpty
This commit is contained in:
parent
0cf215223a
commit
4937abb2a6
@ -40,6 +40,10 @@ namespace DCFApixels.DragonECS
|
||||
{
|
||||
get { return exc; }
|
||||
}
|
||||
public bool IsEmpty
|
||||
{
|
||||
get { return inc.Length == 0 && exc.Length == 0; }
|
||||
}
|
||||
#endregion
|
||||
|
||||
#region Constructors
|
||||
|
||||
Loading…
Reference in New Issue
Block a user