예제 #1
0
            /*public Dictionary<int, ME.ECS.IComponentsBase> GetComponentsStorage() {
             *
             *  return WorldHelper.GetComponentsStorage(this.world);
             *
             * }*/

            public IList[] GetEntitiesStorage()
            {
                return(WorldHelper.GetEntitiesStorage(this.world));
            }
예제 #2
0
 public ME.ECS.FiltersArchetype.FiltersArchetypeStorage GetEntitiesStorage()
 {
     return(WorldHelper.GetEntitiesStorage(this.world));
 }