created raindrops demo to test new ecs

This commit is contained in:
Dylan Wilson
2018-06-28 23:20:08 +10:00
parent c8db244932
commit 4bee9e1cc3
20 changed files with 659 additions and 242 deletions
@@ -1,18 +1,8 @@
using System;
using System.Collections;
using System.Collections.Specialized;
namespace MonoGame.Extended.Entities
{
public static class BitVector32Extensions
{
public static bool IsEmpty(this BitVector32 bitVector)
{
return bitVector.Data == 0;
}
}
public static class BitArrayExtensions
{
public static bool IsEmpty(this BitArray bitArray)