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