mirror of
https://github.com/DCFApixels/DragonECS.git
synced 2025-11-14 01:35:54 +08:00
remove trash
This commit is contained in:
parent
fd653dc06f
commit
d5caaa441f
@ -2,17 +2,7 @@
|
|||||||
|
|
||||||
namespace DCFApixels.DragonECS
|
namespace DCFApixels.DragonECS
|
||||||
{
|
{
|
||||||
public interface IEcsFilter
|
public class EcsFilter
|
||||||
{
|
|
||||||
#region Properties
|
|
||||||
public IEcsWorld World { get; }
|
|
||||||
public EcsMask Mask { get; }
|
|
||||||
public EcsReadonlyGroup Entities { get; }
|
|
||||||
public int EntitiesCount { get; }
|
|
||||||
#endregion
|
|
||||||
}
|
|
||||||
|
|
||||||
public class EcsFilter : IEcsFilter
|
|
||||||
{
|
{
|
||||||
private readonly IEcsWorld _source;
|
private readonly IEcsWorld _source;
|
||||||
internal readonly EcsGroup entities;
|
internal readonly EcsGroup entities;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user