mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-09-19 02:24:37 +08:00
Update EcsMask.cs
This commit is contained in:
parent
131a3008fd
commit
3b33c0fab8
@ -503,6 +503,10 @@ namespace DCFApixels.DragonECS
|
|||||||
{
|
{
|
||||||
return a.mask.ToMask(a.world);
|
return a.mask.ToMask(a.world);
|
||||||
}
|
}
|
||||||
|
public static implicit operator EcsMask((EcsWorld world, IEcsComponentMask mask) a)
|
||||||
|
{
|
||||||
|
return a.mask.ToMask(a.world);
|
||||||
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
#region OpMaskKey
|
#region OpMaskKey
|
||||||
|
Loading…
Reference in New Issue
Block a user