diff --git a/Addons/Entitas.Unity.CodeGenerator/Entitas.properties b/Addons/Entitas.Unity.CodeGenerator/Entitas.properties index 54dd0a17c..33d571d75 100644 --- a/Addons/Entitas.Unity.CodeGenerator/Entitas.properties +++ b/Addons/Entitas.Unity.CodeGenerator/Entitas.properties @@ -2,4 +2,4 @@ Entitas.CodeGenerator.TargetDirectory = Assets/Generated/ Entitas.CodeGenerator.Contexts = Game Entitas.CodeGenerator.DataProviders = Entitas.CodeGenerator.ComponentDataProvider,Entitas.CodeGenerator.ContextDataProvider,Entitas.CodeGenerator.EntityIndexDataProvider Entitas.CodeGenerator.CodeGenerators = Entitas.CodeGenerator.ComponentGenerator,Entitas.CodeGenerator.ComponentContextGenerator,Entitas.CodeGenerator.ComponentEntityGenerator,Entitas.CodeGenerator.ComponentsLookupGenerator,Entitas.CodeGenerator.ContextGenerator,Entitas.CodeGenerator.ContextAttributeGenerator,Entitas.CodeGenerator.ContextsGenerator,Entitas.CodeGenerator.EntityGenerator,Entitas.CodeGenerator.EntityIndexGenerator,Entitas.CodeGenerator.MatcherGenerator -Entitas.CodeGenerator.PostProcessors = Entitas.CodeGenerator.AddFileHeaderPostProcessor,Entitas.CodeGenerator.MergeFilesPostProcessor,Entitas.CodeGenerator.NewLinePostProcessor,Entitas.CodeGenerator.WriteToDiskPostProcessor,Entitas.Unity.CodeGenerator.DebugLogPostProcessor +Entitas.CodeGenerator.PostProcessors = Entitas.CodeGenerator.AddFileHeaderPostProcessor,Entitas.CodeGenerator.MergeFilesPostProcessor,Entitas.CodeGenerator.NewLinePostProcessor,Entitas.Unity.CodeGenerator.DebugLogPostProcessor diff --git a/Build/deploy/Entitas-CSharp.zip b/Build/deploy/Entitas-CSharp.zip index 604ec44a2..c7edac51a 100644 Binary files a/Build/deploy/Entitas-CSharp.zip and b/Build/deploy/Entitas-CSharp.zip differ diff --git a/Build/deploy/Entitas-Unity.zip b/Build/deploy/Entitas-Unity.zip index dd303c6e6..234fa1ff5 100644 Binary files a/Build/deploy/Entitas-Unity.zip and b/Build/deploy/Entitas-Unity.zip differ diff --git a/Build/deploy/Entitas.docset.tgz b/Build/deploy/Entitas.docset.tgz index 18d4bd119..9318b2cd5 100644 Binary files a/Build/deploy/Entitas.docset.tgz and b/Build/deploy/Entitas.docset.tgz differ diff --git a/Entitas/Entitas/version b/Entitas/Entitas/version index 095a10870..ed3892ec1 100644 --- a/Entitas/Entitas/version +++ b/Entitas/Entitas/version @@ -1 +1 @@ -0.38.0 \ No newline at end of file +0.39.0 \ No newline at end of file diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 1dc6a8687..7a0c5369e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,18 @@ +# 0.39.0 + +See and discuss changes in [Milestone 0.39.0](https://github.com/sschmid/Entitas-CSharp/milestone/9) + +##### Entitas +- Added `entityIndex.ToString()` with name #329 + +##### Entitas.CodeGenerator +- Add `contexts.Reset()` (#317) +- Removed ComponentDataProvider without namespace #323 +- Don't generate EntityIndex when not specified #326 +- Cache static component index lookup into local var #316 +- Review and check for namespace awareness #328 + + # 0.38.0 See and discuss changes in [Milestone 0.38.0](https://github.com/sschmid/Entitas-CSharp/milestone/8) diff --git a/Scripts/docs_resources/docset.doxyfile b/Scripts/docs_resources/docset.doxyfile index 293822adf..a0060d15d 100644 --- a/Scripts/docs_resources/docset.doxyfile +++ b/Scripts/docs_resources/docset.doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Entitas" -PROJECT_NUMBER = 0.38.0 +PROJECT_NUMBER = 0.39.0 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = "Scripts/Docs/docs-logo.png" OUTPUT_DIRECTORY = "Build/docs" diff --git a/Scripts/docs_resources/html.doxyfile b/Scripts/docs_resources/html.doxyfile index 9c7ef2a42..53c00498e 100644 --- a/Scripts/docs_resources/html.doxyfile +++ b/Scripts/docs_resources/html.doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Entitas" -PROJECT_NUMBER = 0.38.0 +PROJECT_NUMBER = 0.39.0 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = "Scripts/Docs/docs-logo.png" OUTPUT_DIRECTORY = "Build/docs" diff --git a/docs/_abstract_entity_index_8cs_source.html b/docs/_abstract_entity_index_8cs_source.html index ee62d42e7..24126835f 100644 --- a/docs/_abstract_entity_index_8cs_source.html +++ b/docs/_abstract_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_attribute_info_8cs_source.html b/docs/_attribute_info_8cs_source.html index b8f967feb..a85391583 100644 --- a/docs/_attribute_info_8cs_source.html +++ b/docs/_attribute_info_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collection_extension_8cs_source.html b/docs/_collection_extension_8cs_source.html index 4bd080a8a..c77c510f3 100644 --- a/docs/_collection_extension_8cs_source.html +++ b/docs/_collection_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_8cs_source.html b/docs/_collector_8cs_source.html index c0c6a2659..4bb620b85 100644 --- a/docs/_collector_8cs_source.html +++ b/docs/_collector_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_exception_8cs_source.html b/docs/_collector_exception_8cs_source.html index 8edca5ef8..8e5787039 100644 --- a/docs/_collector_exception_8cs_source.html +++ b/docs/_collector_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_component_string_extension_8cs_source.html b/docs/_component_string_extension_8cs_source.html index f53fe0281..eea1e4abe 100644 --- a/docs/_component_string_extension_8cs_source.html +++ b/docs/_component_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_8cs_source.html b/docs/_context_8cs_source.html index 8c235ac7a..907fe64af 100644 --- a/docs/_context_8cs_source.html +++ b/docs/_context_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_does_not_contain_entity_exception_8cs_source.html b/docs/_context_does_not_contain_entity_exception_8cs_source.html index 680837e80..122598838 100644 --- a/docs/_context_does_not_contain_entity_exception_8cs_source.html +++ b/docs/_context_does_not_contain_entity_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_entity_index_does_already_exist_exception_8cs_source.html b/docs/_context_entity_index_does_already_exist_exception_8cs_source.html index 21d0f7b6b..489a61ac2 100644 --- a/docs/_context_entity_index_does_already_exist_exception_8cs_source.html +++ b/docs/_context_entity_index_does_already_exist_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_entity_index_does_not_exist_exception_8cs_source.html b/docs/_context_entity_index_does_not_exist_exception_8cs_source.html index 6818b3b37..b02de12c0 100644 --- a/docs/_context_entity_index_does_not_exist_exception_8cs_source.html +++ b/docs/_context_entity_index_does_not_exist_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_extension_8cs_source.html b/docs/_context_extension_8cs_source.html index 1d1c69c4d..d2d9e84b7 100644 --- a/docs/_context_extension_8cs_source.html +++ b/docs/_context_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_info_8cs_source.html b/docs/_context_info_8cs_source.html index ae4ebbdfd..5404b32d6 100644 --- a/docs/_context_info_8cs_source.html +++ b/docs/_context_info_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_info_exception_8cs_source.html b/docs/_context_info_exception_8cs_source.html index f7a186df8..1b13c4e1f 100644 --- a/docs/_context_info_exception_8cs_source.html +++ b/docs/_context_info_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_still_has_retained_entities_exception_8cs_source.html b/docs/_context_still_has_retained_entities_exception_8cs_source.html index 296c9f52f..f58c4a1df 100644 --- a/docs/_context_still_has_retained_entities_exception_8cs_source.html +++ b/docs/_context_still_has_retained_entities_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_context_string_extension_8cs_source.html b/docs/_context_string_extension_8cs_source.html index a339b50a9..c6814cb6f 100644 --- a/docs/_context_string_extension_8cs_source.html +++ b/docs/_context_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_cache_8cs_source.html b/docs/_entitas_cache_8cs_source.html index 2eb78e787..881f01697 100644 --- a/docs/_entitas_cache_8cs_source.html +++ b/docs/_entitas_cache_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_exception_8cs_source.html b/docs/_entitas_exception_8cs_source.html index 5e4db4279..a1fea4927 100644 --- a/docs/_entitas_exception_8cs_source.html +++ b/docs/_entitas_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_preferences_8cs_source.html b/docs/_entitas_preferences_8cs_source.html index d69bc45a4..18a02f4ef 100644 --- a/docs/_entitas_preferences_8cs_source.html +++ b/docs/_entitas_preferences_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_preferences_config_8cs_source.html b/docs/_entitas_preferences_config_8cs_source.html index ec7522285..e94c281eb 100644 --- a/docs/_entitas_preferences_config_8cs_source.html +++ b/docs/_entitas_preferences_config_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_8cs_source.html b/docs/_entity_8cs_source.html index d42d2497b..c08461018 100644 --- a/docs/_entity_8cs_source.html +++ b/docs/_entity_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_already_has_component_exception_8cs_source.html b/docs/_entity_already_has_component_exception_8cs_source.html index 1fe471e3a..ebba245bf 100644 --- a/docs/_entity_already_has_component_exception_8cs_source.html +++ b/docs/_entity_already_has_component_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_does_not_have_component_exception_8cs_source.html b/docs/_entity_does_not_have_component_exception_8cs_source.html index 7758cacb7..ad04de4e1 100644 --- a/docs/_entity_does_not_have_component_exception_8cs_source.html +++ b/docs/_entity_does_not_have_component_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_equality_comparer_8cs_source.html b/docs/_entity_equality_comparer_8cs_source.html index dcba7d681..a74cb0fd3 100644 --- a/docs/_entity_equality_comparer_8cs_source.html +++ b/docs/_entity_equality_comparer_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_index_8cs_source.html b/docs/_entity_index_8cs_source.html index ab99b2244..222be7cc8 100644 --- a/docs/_entity_index_8cs_source.html +++ b/docs/_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_index_exception_8cs_source.html b/docs/_entity_index_exception_8cs_source.html index a296c2c19..4231654ef 100644 --- a/docs/_entity_index_exception_8cs_source.html +++ b/docs/_entity_index_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html b/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html index fd89cd800..273fe595c 100644 --- a/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html +++ b/docs/_entity_is_already_retained_by_owner_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_destroyed_exception_8cs_source.html b/docs/_entity_is_not_destroyed_exception_8cs_source.html index 45d6d2790..1b743449d 100644 --- a/docs/_entity_is_not_destroyed_exception_8cs_source.html +++ b/docs/_entity_is_not_destroyed_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_enabled_exception_8cs_source.html b/docs/_entity_is_not_enabled_exception_8cs_source.html index 0fb77de2a..e55cfc41b 100644 --- a/docs/_entity_is_not_enabled_exception_8cs_source.html +++ b/docs/_entity_is_not_enabled_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html b/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html index 9422d31fd..1d64dade3 100644 --- a/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html +++ b/docs/_entity_is_not_retained_by_owner_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_8cs_source.html b/docs/_group_8cs_source.html index fd4051cba..92a845cf0 100644 --- a/docs/_group_8cs_source.html +++ b/docs/_group_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_event_8cs_source.html b/docs/_group_event_8cs_source.html index 44998b78f..4acfb8167 100644 --- a/docs/_group_event_8cs_source.html +++ b/docs/_group_event_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_extension_8cs_source.html b/docs/_group_extension_8cs_source.html index 235b0aa82..639425e7e 100644 --- a/docs/_group_extension_8cs_source.html +++ b/docs/_group_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_group_single_entity_exception_8cs_source.html b/docs/_group_single_entity_exception_8cs_source.html index e9ebc854e..2bdf65b5e 100644 --- a/docs/_group_single_entity_exception_8cs_source.html +++ b/docs/_group_single_entity_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_all_of_matcher_8cs_source.html b/docs/_i_all_of_matcher_8cs_source.html index f9635350d..f11d92eea 100644 --- a/docs/_i_all_of_matcher_8cs_source.html +++ b/docs/_i_all_of_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_any_of_matcher_8cs_source.html b/docs/_i_any_of_matcher_8cs_source.html index b1de071ba..531f951db 100644 --- a/docs/_i_any_of_matcher_8cs_source.html +++ b/docs/_i_any_of_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_cleanup_system_8cs_source.html b/docs/_i_cleanup_system_8cs_source.html index 15a874c0a..b3f47d969 100644 --- a/docs/_i_cleanup_system_8cs_source.html +++ b/docs/_i_cleanup_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_component_8cs_source.html b/docs/_i_component_8cs_source.html index 1d04edf96..74590bb85 100644 --- a/docs/_i_component_8cs_source.html +++ b/docs/_i_component_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_compound_matcher_8cs_source.html b/docs/_i_compound_matcher_8cs_source.html index 610bb4726..5c0fe6fa0 100644 --- a/docs/_i_compound_matcher_8cs_source.html +++ b/docs/_i_compound_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_context_8cs_source.html b/docs/_i_context_8cs_source.html index 0edd68bc3..9d3f3b6f6 100644 --- a/docs/_i_context_8cs_source.html +++ b/docs/_i_context_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_contexts_8cs_source.html b/docs/_i_contexts_8cs_source.html index 412ce1413..062ac95a6 100644 --- a/docs/_i_contexts_8cs_source.html +++ b/docs/_i_contexts_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_entity_8cs_source.html b/docs/_i_entity_8cs_source.html index 91e82c5f7..0e9ae8bd6 100644 --- a/docs/_i_entity_8cs_source.html +++ b/docs/_i_entity_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_entity_index_8cs_source.html b/docs/_i_entity_index_8cs_source.html index f4556f2eb..3c9fdaacc 100644 --- a/docs/_i_entity_index_8cs_source.html +++ b/docs/_i_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_execute_system_8cs_source.html b/docs/_i_execute_system_8cs_source.html index 151d85404..75cb5a8ce 100644 --- a/docs/_i_execute_system_8cs_source.html +++ b/docs/_i_execute_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_group_8cs_source.html b/docs/_i_group_8cs_source.html index 2006a05d5..d99b002d6 100644 --- a/docs/_i_group_8cs_source.html +++ b/docs/_i_group_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_initialize_system_8cs_source.html b/docs/_i_initialize_system_8cs_source.html index 8acecb483..628aa3733 100644 --- a/docs/_i_initialize_system_8cs_source.html +++ b/docs/_i_initialize_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_matcher_8cs_source.html b/docs/_i_matcher_8cs_source.html index faf66fc62..b28bb0210 100644 --- a/docs/_i_matcher_8cs_source.html +++ b/docs/_i_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_none_of_matcher_8cs_source.html b/docs/_i_none_of_matcher_8cs_source.html index b6e7db499..ac824f977 100644 --- a/docs/_i_none_of_matcher_8cs_source.html +++ b/docs/_i_none_of_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_reactive_system_8cs_source.html b/docs/_i_reactive_system_8cs_source.html index 9d55b5537..ec7be5781 100644 --- a/docs/_i_reactive_system_8cs_source.html +++ b/docs/_i_reactive_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_system_8cs_source.html b/docs/_i_system_8cs_source.html index 5e9ef5920..82a8b0365 100644 --- a/docs/_i_system_8cs_source.html +++ b/docs/_i_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_tear_down_system_8cs_source.html b/docs/_i_tear_down_system_8cs_source.html index c2e51ba09..e98213170 100644 --- a/docs/_i_tear_down_system_8cs_source.html +++ b/docs/_i_tear_down_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_interface_type_extension_8cs_source.html b/docs/_interface_type_extension_8cs_source.html index 2447a643d..8840bffff 100644 --- a/docs/_interface_type_extension_8cs_source.html +++ b/docs/_interface_type_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_8cs_source.html b/docs/_matcher_8cs_source.html index 30afabefb..9ee1bb08f 100644 --- a/docs/_matcher_8cs_source.html +++ b/docs/_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_equals_8cs_source.html b/docs/_matcher_equals_8cs_source.html index c189afd62..d5776cabf 100644 --- a/docs/_matcher_equals_8cs_source.html +++ b/docs/_matcher_equals_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_exception_8cs_source.html b/docs/_matcher_exception_8cs_source.html index 3ab8137e0..2d02a9e53 100644 --- a/docs/_matcher_exception_8cs_source.html +++ b/docs/_matcher_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_static_8cs_source.html b/docs/_matcher_static_8cs_source.html index 010843292..20db9bba6 100644 --- a/docs/_matcher_static_8cs_source.html +++ b/docs/_matcher_static_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_matcher_to_string_8cs_source.html b/docs/_matcher_to_string_8cs_source.html index 6abb615cd..ee75e55fd 100644 --- a/docs/_matcher_to_string_8cs_source.html +++ b/docs/_matcher_to_string_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_object_cache_8cs_source.html b/docs/_object_cache_8cs_source.html index 50a8537df..617d28be7 100644 --- a/docs/_object_cache_8cs_source.html +++ b/docs/_object_cache_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_object_pool_8cs_source.html b/docs/_object_pool_8cs_source.html index 7f4d6661e..6b12fa4de 100644 --- a/docs/_object_pool_8cs_source.html +++ b/docs/_object_pool_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_primary_entity_index_8cs_source.html b/docs/_primary_entity_index_8cs_source.html index 19d3d8d9e..95e3124f8 100644 --- a/docs/_primary_entity_index_8cs_source.html +++ b/docs/_primary_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_properties_8cs_source.html b/docs/_properties_8cs_source.html index 45466eae4..6243d0fc3 100644 --- a/docs/_properties_8cs_source.html +++ b/docs/_properties_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_public_member_info_8cs_source.html b/docs/_public_member_info_8cs_source.html index 9b2d2b419..616a03789 100644 --- a/docs/_public_member_info_8cs_source.html +++ b/docs/_public_member_info_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_public_member_info_entity_extension_8cs_source.html b/docs/_public_member_info_entity_extension_8cs_source.html index d0cd6bb6f..092029c07 100644 --- a/docs/_public_member_info_entity_extension_8cs_source.html +++ b/docs/_public_member_info_entity_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_public_member_info_extension_8cs_source.html b/docs/_public_member_info_extension_8cs_source.html index a4b1b1b8e..bf4625972 100644 --- a/docs/_public_member_info_extension_8cs_source.html +++ b/docs/_public_member_info_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_reactive_system_8cs_source.html b/docs/_reactive_system_8cs_source.html index cc194642e..8d98fdd23 100644 --- a/docs/_reactive_system_8cs_source.html +++ b/docs/_reactive_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_system_string_extension_8cs_source.html b/docs/_system_string_extension_8cs_source.html index 9bcf20b4f..1094a03d4 100644 --- a/docs/_system_string_extension_8cs_source.html +++ b/docs/_system_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_systems_8cs_source.html b/docs/_systems_8cs_source.html index 2f4622db4..cfb3b5e7c 100644 --- a/docs/_systems_8cs_source.html +++ b/docs/_systems_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_type_serialization_extension_8cs_source.html b/docs/_type_serialization_extension_8cs_source.html index 53cb63d95..8d7c34007 100644 --- a/docs/_type_serialization_extension_8cs_source.html +++ b/docs/_type_serialization_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/annotated.html b/docs/annotated.html index 2bbf7e5f9..1dd81bf65 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_abstract_entity_index-members.html b/docs/class_entitas_1_1_abstract_entity_index-members.html index b81278892..4cee80b0a 100644 --- a/docs/class_entitas_1_1_abstract_entity_index-members.html +++ b/docs/class_entitas_1_1_abstract_entity_index-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_abstract_entity_index.html b/docs/class_entitas_1_1_abstract_entity_index.html index 58a3afcf3..c59f91373 100644 --- a/docs/class_entitas_1_1_abstract_entity_index.html +++ b/docs/class_entitas_1_1_abstract_entity_index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_attribute_info-members.html b/docs/class_entitas_1_1_attribute_info-members.html index 2ad2192fd..52547003e 100644 --- a/docs/class_entitas_1_1_attribute_info-members.html +++ b/docs/class_entitas_1_1_attribute_info-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_attribute_info.html b/docs/class_entitas_1_1_attribute_info.html index ec7a91f15..17cd7adb6 100644 --- a/docs/class_entitas_1_1_attribute_info.html +++ b/docs/class_entitas_1_1_attribute_info.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collection_extension-members.html b/docs/class_entitas_1_1_collection_extension-members.html index 0411a017a..9d129e315 100644 --- a/docs/class_entitas_1_1_collection_extension-members.html +++ b/docs/class_entitas_1_1_collection_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collection_extension.html b/docs/class_entitas_1_1_collection_extension.html index 83ae55014..9f500a420 100644 --- a/docs/class_entitas_1_1_collection_extension.html +++ b/docs/class_entitas_1_1_collection_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector-members.html b/docs/class_entitas_1_1_collector-members.html index d33399f0f..3f7b322bc 100644 --- a/docs/class_entitas_1_1_collector-members.html +++ b/docs/class_entitas_1_1_collector-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector.html b/docs/class_entitas_1_1_collector.html index 063ca1ebd..7e4826b57 100644 --- a/docs/class_entitas_1_1_collector.html +++ b/docs/class_entitas_1_1_collector.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_exception-members.html b/docs/class_entitas_1_1_collector_exception-members.html index bba1c7fab..8ead86782 100644 --- a/docs/class_entitas_1_1_collector_exception-members.html +++ b/docs/class_entitas_1_1_collector_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_collector_exception.html b/docs/class_entitas_1_1_collector_exception.html index 83e02f8ae..4983211d7 100644 --- a/docs/class_entitas_1_1_collector_exception.html +++ b/docs/class_entitas_1_1_collector_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_component_string_extension-members.html b/docs/class_entitas_1_1_component_string_extension-members.html index 0a13b69df..8fe39f29f 100644 --- a/docs/class_entitas_1_1_component_string_extension-members.html +++ b/docs/class_entitas_1_1_component_string_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_component_string_extension.html b/docs/class_entitas_1_1_component_string_extension.html index a100fd6ae..baf6adaaf 100644 --- a/docs/class_entitas_1_1_component_string_extension.html +++ b/docs/class_entitas_1_1_component_string_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context-members.html b/docs/class_entitas_1_1_context-members.html index e651e9434..a4af0b0d7 100644 --- a/docs/class_entitas_1_1_context-members.html +++ b/docs/class_entitas_1_1_context-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context.html b/docs/class_entitas_1_1_context.html index 47edf7c8f..e12b2d312 100644 --- a/docs/class_entitas_1_1_context.html +++ b/docs/class_entitas_1_1_context.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html b/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html index 0186063c8..0185ad064 100644 --- a/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html +++ b/docs/class_entitas_1_1_context_does_not_contain_entity_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html b/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html index c13929dfb..1d6aa89e3 100644 --- a/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html +++ b/docs/class_entitas_1_1_context_does_not_contain_entity_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html index 9237c191f..bb1ebddba 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html +++ b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html index c286859e6..014242f23 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html +++ b/docs/class_entitas_1_1_context_entity_index_does_already_exist_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html index c821615b3..2f697a8ee 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html +++ b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html index 920000907..6ec94ecde 100644 --- a/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html +++ b/docs/class_entitas_1_1_context_entity_index_does_not_exist_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_extension-members.html b/docs/class_entitas_1_1_context_extension-members.html index d2246349b..ff4e0b721 100644 --- a/docs/class_entitas_1_1_context_extension-members.html +++ b/docs/class_entitas_1_1_context_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_extension.html b/docs/class_entitas_1_1_context_extension.html index 9f8a0acc2..e116b2c91 100644 --- a/docs/class_entitas_1_1_context_extension.html +++ b/docs/class_entitas_1_1_context_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info-members.html b/docs/class_entitas_1_1_context_info-members.html index 22fc31431..0101028e8 100644 --- a/docs/class_entitas_1_1_context_info-members.html +++ b/docs/class_entitas_1_1_context_info-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info.html b/docs/class_entitas_1_1_context_info.html index 5b3188ebf..e1db996e2 100644 --- a/docs/class_entitas_1_1_context_info.html +++ b/docs/class_entitas_1_1_context_info.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info_exception-members.html b/docs/class_entitas_1_1_context_info_exception-members.html index c2db5d994..3557ca528 100644 --- a/docs/class_entitas_1_1_context_info_exception-members.html +++ b/docs/class_entitas_1_1_context_info_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_info_exception.html b/docs/class_entitas_1_1_context_info_exception.html index 2fc002467..0da0f3580 100644 --- a/docs/class_entitas_1_1_context_info_exception.html +++ b/docs/class_entitas_1_1_context_info_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html b/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html index c9f4c70cd..25453016d 100644 --- a/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html +++ b/docs/class_entitas_1_1_context_still_has_retained_entities_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html b/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html index f53f68183..1be6abad4 100644 --- a/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html +++ b/docs/class_entitas_1_1_context_still_has_retained_entities_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_string_extension-members.html b/docs/class_entitas_1_1_context_string_extension-members.html index 5256cd6ae..24a73793e 100644 --- a/docs/class_entitas_1_1_context_string_extension-members.html +++ b/docs/class_entitas_1_1_context_string_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_context_string_extension.html b/docs/class_entitas_1_1_context_string_extension.html index fea0a4f85..ea82697bc 100644 --- a/docs/class_entitas_1_1_context_string_extension.html +++ b/docs/class_entitas_1_1_context_string_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_cache-members.html b/docs/class_entitas_1_1_entitas_cache-members.html index 466327878..7b383f966 100644 --- a/docs/class_entitas_1_1_entitas_cache-members.html +++ b/docs/class_entitas_1_1_entitas_cache-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_cache.html b/docs/class_entitas_1_1_entitas_cache.html index df6e41f86..367911725 100644 --- a/docs/class_entitas_1_1_entitas_cache.html +++ b/docs/class_entitas_1_1_entitas_cache.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_exception-members.html b/docs/class_entitas_1_1_entitas_exception-members.html index ec6c2ea5d..18c5d9095 100644 --- a/docs/class_entitas_1_1_entitas_exception-members.html +++ b/docs/class_entitas_1_1_entitas_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_exception.html b/docs/class_entitas_1_1_entitas_exception.html index a66a01666..e858b3bc7 100644 --- a/docs/class_entitas_1_1_entitas_exception.html +++ b/docs/class_entitas_1_1_entitas_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_preferences-members.html b/docs/class_entitas_1_1_entitas_preferences-members.html index 128af4a0b..a86201716 100644 --- a/docs/class_entitas_1_1_entitas_preferences-members.html +++ b/docs/class_entitas_1_1_entitas_preferences-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_preferences.html b/docs/class_entitas_1_1_entitas_preferences.html index f1e64b44b..213085a27 100644 --- a/docs/class_entitas_1_1_entitas_preferences.html +++ b/docs/class_entitas_1_1_entitas_preferences.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_preferences_config-members.html b/docs/class_entitas_1_1_entitas_preferences_config-members.html index adad2a8b4..581930825 100644 --- a/docs/class_entitas_1_1_entitas_preferences_config-members.html +++ b/docs/class_entitas_1_1_entitas_preferences_config-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entitas_preferences_config.html b/docs/class_entitas_1_1_entitas_preferences_config.html index 8139b0b18..d0cf502b6 100644 --- a/docs/class_entitas_1_1_entitas_preferences_config.html +++ b/docs/class_entitas_1_1_entitas_preferences_config.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity-members.html b/docs/class_entitas_1_1_entity-members.html index d53cf5188..8247e246b 100644 --- a/docs/class_entitas_1_1_entity-members.html +++ b/docs/class_entitas_1_1_entity-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity.html b/docs/class_entitas_1_1_entity.html index 36d022cb8..633cc883d 100644 --- a/docs/class_entitas_1_1_entity.html +++ b/docs/class_entitas_1_1_entity.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_already_has_component_exception-members.html b/docs/class_entitas_1_1_entity_already_has_component_exception-members.html index cb6fd5c2a..af4133fbb 100644 --- a/docs/class_entitas_1_1_entity_already_has_component_exception-members.html +++ b/docs/class_entitas_1_1_entity_already_has_component_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_already_has_component_exception.html b/docs/class_entitas_1_1_entity_already_has_component_exception.html index 91299cdc7..df4b93547 100644 --- a/docs/class_entitas_1_1_entity_already_has_component_exception.html +++ b/docs/class_entitas_1_1_entity_already_has_component_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html b/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html index eb2203bdc..90189a0f0 100644 --- a/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html +++ b/docs/class_entitas_1_1_entity_does_not_have_component_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_does_not_have_component_exception.html b/docs/class_entitas_1_1_entity_does_not_have_component_exception.html index 888eb4773..b4d3738f3 100644 --- a/docs/class_entitas_1_1_entity_does_not_have_component_exception.html +++ b/docs/class_entitas_1_1_entity_does_not_have_component_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_equality_comparer-members.html b/docs/class_entitas_1_1_entity_equality_comparer-members.html index fb3890b56..f755675af 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer-members.html +++ b/docs/class_entitas_1_1_entity_equality_comparer-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_equality_comparer.html b/docs/class_entitas_1_1_entity_equality_comparer.html index a34afc238..adace7e04 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer.html +++ b/docs/class_entitas_1_1_entity_equality_comparer.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index-members.html b/docs/class_entitas_1_1_entity_index-members.html index 8796354f7..f2fa7c809 100644 --- a/docs/class_entitas_1_1_entity_index-members.html +++ b/docs/class_entitas_1_1_entity_index-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index.html b/docs/class_entitas_1_1_entity_index.html index bdea10eea..b0834fb36 100644 --- a/docs/class_entitas_1_1_entity_index.html +++ b/docs/class_entitas_1_1_entity_index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index_exception-members.html b/docs/class_entitas_1_1_entity_index_exception-members.html index e79d8cba4..36bb349e6 100644 --- a/docs/class_entitas_1_1_entity_index_exception-members.html +++ b/docs/class_entitas_1_1_entity_index_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_index_exception.html b/docs/class_entitas_1_1_entity_index_exception.html index e40f2f1ce..a14530699 100644 --- a/docs/class_entitas_1_1_entity_index_exception.html +++ b/docs/class_entitas_1_1_entity_index_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html index f0e6b41b5..cbd7cdcd3 100644 --- a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html index c75dd33c1..b99ddff43 100644 --- a/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html +++ b/docs/class_entitas_1_1_entity_is_already_retained_by_owner_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html b/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html index 123a8c7b6..2350ade11 100644 --- a/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_destroyed_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html b/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html index 4047f5b63..abd1eaa16 100644 --- a/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_destroyed_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html b/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html index 90707787f..b6d76ae85 100644 --- a/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_enabled_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_enabled_exception.html b/docs/class_entitas_1_1_entity_is_not_enabled_exception.html index 66b43b294..2d8acdd87 100644 --- a/docs/class_entitas_1_1_entity_is_not_enabled_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_enabled_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html index 2dc9b4b03..94f125e37 100644 --- a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html +++ b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html index aef14c579..fb06448d4 100644 --- a/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html +++ b/docs/class_entitas_1_1_entity_is_not_retained_by_owner_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group-members.html b/docs/class_entitas_1_1_group-members.html index 52f9baf28..cbc28ae4c 100644 --- a/docs/class_entitas_1_1_group-members.html +++ b/docs/class_entitas_1_1_group-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group.html b/docs/class_entitas_1_1_group.html index 4fe2f7ce3..ad10cb87b 100644 --- a/docs/class_entitas_1_1_group.html +++ b/docs/class_entitas_1_1_group.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_extension-members.html b/docs/class_entitas_1_1_group_extension-members.html index e2ece8f4b..6eba28f7a 100644 --- a/docs/class_entitas_1_1_group_extension-members.html +++ b/docs/class_entitas_1_1_group_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_extension.html b/docs/class_entitas_1_1_group_extension.html index 934e20f8c..414b8589a 100644 --- a/docs/class_entitas_1_1_group_extension.html +++ b/docs/class_entitas_1_1_group_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_single_entity_exception-members.html b/docs/class_entitas_1_1_group_single_entity_exception-members.html index 886b79202..620d6c521 100644 --- a/docs/class_entitas_1_1_group_single_entity_exception-members.html +++ b/docs/class_entitas_1_1_group_single_entity_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_group_single_entity_exception.html b/docs/class_entitas_1_1_group_single_entity_exception.html index 9cadf3c85..19b6434c3 100644 --- a/docs/class_entitas_1_1_group_single_entity_exception.html +++ b/docs/class_entitas_1_1_group_single_entity_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_interface_type_extension-members.html b/docs/class_entitas_1_1_interface_type_extension-members.html index 6337a2419..5cad84a41 100644 --- a/docs/class_entitas_1_1_interface_type_extension-members.html +++ b/docs/class_entitas_1_1_interface_type_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_interface_type_extension.html b/docs/class_entitas_1_1_interface_type_extension.html index ee21f9924..48c9ebdcd 100644 --- a/docs/class_entitas_1_1_interface_type_extension.html +++ b/docs/class_entitas_1_1_interface_type_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher.html b/docs/class_entitas_1_1_matcher.html index 5944302fc..f74504997 100644 --- a/docs/class_entitas_1_1_matcher.html +++ b/docs/class_entitas_1_1_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher_exception-members.html b/docs/class_entitas_1_1_matcher_exception-members.html index a5555028b..91545bd2d 100644 --- a/docs/class_entitas_1_1_matcher_exception-members.html +++ b/docs/class_entitas_1_1_matcher_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_matcher_exception.html b/docs/class_entitas_1_1_matcher_exception.html index 9720065ab..53070b431 100644 --- a/docs/class_entitas_1_1_matcher_exception.html +++ b/docs/class_entitas_1_1_matcher_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_object_cache-members.html b/docs/class_entitas_1_1_object_cache-members.html index 332279caa..26a62c398 100644 --- a/docs/class_entitas_1_1_object_cache-members.html +++ b/docs/class_entitas_1_1_object_cache-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_object_cache.html b/docs/class_entitas_1_1_object_cache.html index 5bbad79ac..60ee8699a 100644 --- a/docs/class_entitas_1_1_object_cache.html +++ b/docs/class_entitas_1_1_object_cache.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_object_pool-members.html b/docs/class_entitas_1_1_object_pool-members.html index 2a2512763..5f5d02e10 100644 --- a/docs/class_entitas_1_1_object_pool-members.html +++ b/docs/class_entitas_1_1_object_pool-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_object_pool.html b/docs/class_entitas_1_1_object_pool.html index 9573fff05..a93014f1f 100644 --- a/docs/class_entitas_1_1_object_pool.html +++ b/docs/class_entitas_1_1_object_pool.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_primary_entity_index-members.html b/docs/class_entitas_1_1_primary_entity_index-members.html index 4568417ae..ae9ac165f 100644 --- a/docs/class_entitas_1_1_primary_entity_index-members.html +++ b/docs/class_entitas_1_1_primary_entity_index-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_primary_entity_index.html b/docs/class_entitas_1_1_primary_entity_index.html index 1f750ddd4..361d82442 100644 --- a/docs/class_entitas_1_1_primary_entity_index.html +++ b/docs/class_entitas_1_1_primary_entity_index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_properties-members.html b/docs/class_entitas_1_1_properties-members.html index 18caa3533..b5945d640 100644 --- a/docs/class_entitas_1_1_properties-members.html +++ b/docs/class_entitas_1_1_properties-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_properties.html b/docs/class_entitas_1_1_properties.html index a6bf37a9f..bce8fa788 100644 --- a/docs/class_entitas_1_1_properties.html +++ b/docs/class_entitas_1_1_properties.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info-members.html b/docs/class_entitas_1_1_public_member_info-members.html index 69d5303d0..c878e9efa 100644 --- a/docs/class_entitas_1_1_public_member_info-members.html +++ b/docs/class_entitas_1_1_public_member_info-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info.html b/docs/class_entitas_1_1_public_member_info.html index 8613a6481..35bf2e151 100644 --- a/docs/class_entitas_1_1_public_member_info.html +++ b/docs/class_entitas_1_1_public_member_info.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_entity_extension-members.html b/docs/class_entitas_1_1_public_member_info_entity_extension-members.html index 70efa7b42..f4d5f01ee 100644 --- a/docs/class_entitas_1_1_public_member_info_entity_extension-members.html +++ b/docs/class_entitas_1_1_public_member_info_entity_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_entity_extension.html b/docs/class_entitas_1_1_public_member_info_entity_extension.html index 2559a976a..c165d23b6 100644 --- a/docs/class_entitas_1_1_public_member_info_entity_extension.html +++ b/docs/class_entitas_1_1_public_member_info_entity_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_extension-members.html b/docs/class_entitas_1_1_public_member_info_extension-members.html index 7ee8c09f4..e34780b99 100644 --- a/docs/class_entitas_1_1_public_member_info_extension-members.html +++ b/docs/class_entitas_1_1_public_member_info_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_public_member_info_extension.html b/docs/class_entitas_1_1_public_member_info_extension.html index c5fbc63df..96a03e7e0 100644 --- a/docs/class_entitas_1_1_public_member_info_extension.html +++ b/docs/class_entitas_1_1_public_member_info_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_reactive_system-members.html b/docs/class_entitas_1_1_reactive_system-members.html index ba76de1de..6790534ac 100644 --- a/docs/class_entitas_1_1_reactive_system-members.html +++ b/docs/class_entitas_1_1_reactive_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_reactive_system.html b/docs/class_entitas_1_1_reactive_system.html index e8d2a0fad..01c31ede0 100644 --- a/docs/class_entitas_1_1_reactive_system.html +++ b/docs/class_entitas_1_1_reactive_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_single_entity_exception-members.html b/docs/class_entitas_1_1_single_entity_exception-members.html index 59db7bf17..4d0972a30 100644 --- a/docs/class_entitas_1_1_single_entity_exception-members.html +++ b/docs/class_entitas_1_1_single_entity_exception-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_single_entity_exception.html b/docs/class_entitas_1_1_single_entity_exception.html index 022cd6340..0fd2bfcc2 100644 --- a/docs/class_entitas_1_1_single_entity_exception.html +++ b/docs/class_entitas_1_1_single_entity_exception.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_system_string_extension-members.html b/docs/class_entitas_1_1_system_string_extension-members.html index 686a05be9..23bef239e 100644 --- a/docs/class_entitas_1_1_system_string_extension-members.html +++ b/docs/class_entitas_1_1_system_string_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_system_string_extension.html b/docs/class_entitas_1_1_system_string_extension.html index 8f0476bfc..27f7b7c1c 100644 --- a/docs/class_entitas_1_1_system_string_extension.html +++ b/docs/class_entitas_1_1_system_string_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_systems-members.html b/docs/class_entitas_1_1_systems-members.html index 7c14b9dcb..54176a626 100644 --- a/docs/class_entitas_1_1_systems-members.html +++ b/docs/class_entitas_1_1_systems-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_systems.html b/docs/class_entitas_1_1_systems.html index 12edd90c7..597c97054 100644 --- a/docs/class_entitas_1_1_systems.html +++ b/docs/class_entitas_1_1_systems.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_type_serialization_extension-members.html b/docs/class_entitas_1_1_type_serialization_extension-members.html index a2b051643..235e64117 100644 --- a/docs/class_entitas_1_1_type_serialization_extension-members.html +++ b/docs/class_entitas_1_1_type_serialization_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_type_serialization_extension.html b/docs/class_entitas_1_1_type_serialization_extension.html index e42c5d99d..871fffdaf 100644 --- a/docs/class_entitas_1_1_type_serialization_extension.html +++ b/docs/class_entitas_1_1_type_serialization_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/classes.html b/docs/classes.html index c0806b72a..cb648614c 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html index 0f54c8de4..8b22a970f 100644 --- a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html +++ b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html index 3d154bfcb..435595e5e 100644 --- a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html +++ b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html index 4f7fc24da..bce26ba68 100644 --- a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html +++ b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_31c189cb4b1234f1e671a3f5d783e04f.html b/docs/dir_31c189cb4b1234f1e671a3f5d783e04f.html index 78b6d7d37..753b99c6c 100644 --- a/docs/dir_31c189cb4b1234f1e671a3f5d783e04f.html +++ b/docs/dir_31c189cb4b1234f1e671a3f5d783e04f.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html index 288159eec..b051f0e2e 100644 --- a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html +++ b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html index ef3b74af2..001171470 100644 --- a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html +++ b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html index 3c55e7692..756261792 100644 --- a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html +++ b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html index 3efe69f29..c7d5a35e0 100644 --- a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html +++ b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html index 751da1681..fa9d8bb2a 100644 --- a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html +++ b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b141dd2a5e46cb05237c92a4df7187cd.html b/docs/dir_b141dd2a5e46cb05237c92a4df7187cd.html index 66b4a5b2a..c3d59c98a 100644 --- a/docs/dir_b141dd2a5e46cb05237c92a4df7187cd.html +++ b/docs/dir_b141dd2a5e46cb05237c92a4df7187cd.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html index 73f94f265..ada72d232 100644 --- a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html +++ b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b5c9b5af985ba2a75445e7f80a31bb49.html b/docs/dir_b5c9b5af985ba2a75445e7f80a31bb49.html index 38f1f4cef..abc1fe129 100644 --- a/docs/dir_b5c9b5af985ba2a75445e7f80a31bb49.html +++ b/docs/dir_b5c9b5af985ba2a75445e7f80a31bb49.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_b66aff62175c1fa76326b7c826193591.html b/docs/dir_b66aff62175c1fa76326b7c826193591.html index 9740d1c65..8e8f28d7b 100644 --- a/docs/dir_b66aff62175c1fa76326b7c826193591.html +++ b/docs/dir_b66aff62175c1fa76326b7c826193591.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_bdbe427dfbf99ba7b6be397cd2f0243b.html b/docs/dir_bdbe427dfbf99ba7b6be397cd2f0243b.html index 4772943b0..60812bc48 100644 --- a/docs/dir_bdbe427dfbf99ba7b6be397cd2f0243b.html +++ b/docs/dir_bdbe427dfbf99ba7b6be397cd2f0243b.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_c24dc4174e7c7059cccc145355bad325.html b/docs/dir_c24dc4174e7c7059cccc145355bad325.html index db36cdca5..4be2022e7 100644 --- a/docs/dir_c24dc4174e7c7059cccc145355bad325.html +++ b/docs/dir_c24dc4174e7c7059cccc145355bad325.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html index 44166011a..a7f6ab752 100644 --- a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html +++ b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html index 7551fd145..ddc5dd94e 100644 --- a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html +++ b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html index 05459565a..c48e48bef 100644 --- a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html +++ b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/dir_f05d30078744aaabcf7a431da14861bf.html b/docs/dir_f05d30078744aaabcf7a431da14861bf.html index bb9647294..1845532c8 100644 --- a/docs/dir_f05d30078744aaabcf7a431da14861bf.html +++ b/docs/dir_f05d30078744aaabcf7a431da14861bf.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/files.html b/docs/files.html index bd0bc939f..a2a5b59cb 100644 --- a/docs/files.html +++ b/docs/files.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions.html b/docs/functions.html index 2be302503..436daffcf 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_evnt.html b/docs/functions_evnt.html index a77eb48c6..51efd42d0 100644 --- a/docs/functions_evnt.html +++ b/docs/functions_evnt.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_func.html b/docs/functions_func.html index 17f301138..7a32163fb 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/functions_prop.html b/docs/functions_prop.html index 86241053f..6421f9bb6 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/hierarchy.html b/docs/hierarchy.html index 60d339591..b62791b4f 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/index.html b/docs/index.html index 8a4830798..93016fca0 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_all_of_matcher-members.html b/docs/interface_entitas_1_1_i_all_of_matcher-members.html index 6552bb7b7..f3572022c 100644 --- a/docs/interface_entitas_1_1_i_all_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_all_of_matcher-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_all_of_matcher.html b/docs/interface_entitas_1_1_i_all_of_matcher.html index 60ce2bdf1..fb9b724e0 100644 --- a/docs/interface_entitas_1_1_i_all_of_matcher.html +++ b/docs/interface_entitas_1_1_i_all_of_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_any_of_matcher-members.html b/docs/interface_entitas_1_1_i_any_of_matcher-members.html index a9f92d0d9..f2a653fe1 100644 --- a/docs/interface_entitas_1_1_i_any_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_any_of_matcher-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_any_of_matcher.html b/docs/interface_entitas_1_1_i_any_of_matcher.html index 2eda4fe74..0b9351ab0 100644 --- a/docs/interface_entitas_1_1_i_any_of_matcher.html +++ b/docs/interface_entitas_1_1_i_any_of_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_cleanup_system-members.html b/docs/interface_entitas_1_1_i_cleanup_system-members.html index b54b7d86e..c465e28cc 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system-members.html +++ b/docs/interface_entitas_1_1_i_cleanup_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_cleanup_system.html b/docs/interface_entitas_1_1_i_cleanup_system.html index 8221c4692..c2338f99f 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system.html +++ b/docs/interface_entitas_1_1_i_cleanup_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_component.html b/docs/interface_entitas_1_1_i_component.html index 738fde7c0..e53752cd9 100644 --- a/docs/interface_entitas_1_1_i_component.html +++ b/docs/interface_entitas_1_1_i_component.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_compound_matcher-members.html b/docs/interface_entitas_1_1_i_compound_matcher-members.html index 1e98dcfb0..4fa487530 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher-members.html +++ b/docs/interface_entitas_1_1_i_compound_matcher-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_compound_matcher.html b/docs/interface_entitas_1_1_i_compound_matcher.html index 40184f2f0..e98fce14c 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher.html +++ b/docs/interface_entitas_1_1_i_compound_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_context.html b/docs/interface_entitas_1_1_i_context.html index faed59e33..a1e50b83b 100644 --- a/docs/interface_entitas_1_1_i_context.html +++ b/docs/interface_entitas_1_1_i_context.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_contexts-members.html b/docs/interface_entitas_1_1_i_contexts-members.html index fc54f9be6..dfb39fddb 100644 --- a/docs/interface_entitas_1_1_i_contexts-members.html +++ b/docs/interface_entitas_1_1_i_contexts-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_contexts.html b/docs/interface_entitas_1_1_i_contexts.html index 035d6104e..de6156487 100644 --- a/docs/interface_entitas_1_1_i_contexts.html +++ b/docs/interface_entitas_1_1_i_contexts.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity-members.html b/docs/interface_entitas_1_1_i_entity-members.html index e70079d9d..d721f0802 100644 --- a/docs/interface_entitas_1_1_i_entity-members.html +++ b/docs/interface_entitas_1_1_i_entity-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity.html b/docs/interface_entitas_1_1_i_entity.html index c7ea16acd..26c722f43 100644 --- a/docs/interface_entitas_1_1_i_entity.html +++ b/docs/interface_entitas_1_1_i_entity.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity_index-members.html b/docs/interface_entitas_1_1_i_entity_index-members.html index 04e30057f..88d9e3c37 100644 --- a/docs/interface_entitas_1_1_i_entity_index-members.html +++ b/docs/interface_entitas_1_1_i_entity_index-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_entity_index.html b/docs/interface_entitas_1_1_i_entity_index.html index b90f8a022..730f358a4 100644 --- a/docs/interface_entitas_1_1_i_entity_index.html +++ b/docs/interface_entitas_1_1_i_entity_index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_execute_system-members.html b/docs/interface_entitas_1_1_i_execute_system-members.html index d5ba28a04..f9e002545 100644 --- a/docs/interface_entitas_1_1_i_execute_system-members.html +++ b/docs/interface_entitas_1_1_i_execute_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_execute_system.html b/docs/interface_entitas_1_1_i_execute_system.html index eff259123..f5cc4e23d 100644 --- a/docs/interface_entitas_1_1_i_execute_system.html +++ b/docs/interface_entitas_1_1_i_execute_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_group.html b/docs/interface_entitas_1_1_i_group.html index 89d805e93..c7ff6ad35 100644 --- a/docs/interface_entitas_1_1_i_group.html +++ b/docs/interface_entitas_1_1_i_group.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_initialize_system-members.html b/docs/interface_entitas_1_1_i_initialize_system-members.html index 0d040d715..e45d66871 100644 --- a/docs/interface_entitas_1_1_i_initialize_system-members.html +++ b/docs/interface_entitas_1_1_i_initialize_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_initialize_system.html b/docs/interface_entitas_1_1_i_initialize_system.html index 092a00db5..37bd02326 100644 --- a/docs/interface_entitas_1_1_i_initialize_system.html +++ b/docs/interface_entitas_1_1_i_initialize_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_matcher-members.html b/docs/interface_entitas_1_1_i_matcher-members.html index 2208e3da4..2f8b37288 100644 --- a/docs/interface_entitas_1_1_i_matcher-members.html +++ b/docs/interface_entitas_1_1_i_matcher-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_matcher.html b/docs/interface_entitas_1_1_i_matcher.html index 892e53c9c..c1b1561a8 100644 --- a/docs/interface_entitas_1_1_i_matcher.html +++ b/docs/interface_entitas_1_1_i_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_none_of_matcher-members.html b/docs/interface_entitas_1_1_i_none_of_matcher-members.html index ced720118..cda4eb611 100644 --- a/docs/interface_entitas_1_1_i_none_of_matcher-members.html +++ b/docs/interface_entitas_1_1_i_none_of_matcher-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_none_of_matcher.html b/docs/interface_entitas_1_1_i_none_of_matcher.html index b53b6f073..754adc0db 100644 --- a/docs/interface_entitas_1_1_i_none_of_matcher.html +++ b/docs/interface_entitas_1_1_i_none_of_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_reactive_system-members.html b/docs/interface_entitas_1_1_i_reactive_system-members.html index 460bf46c3..e7dbb5b74 100644 --- a/docs/interface_entitas_1_1_i_reactive_system-members.html +++ b/docs/interface_entitas_1_1_i_reactive_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_reactive_system.html b/docs/interface_entitas_1_1_i_reactive_system.html index ebfcee50c..7a3a10d09 100644 --- a/docs/interface_entitas_1_1_i_reactive_system.html +++ b/docs/interface_entitas_1_1_i_reactive_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_system.html b/docs/interface_entitas_1_1_i_system.html index aca8e2b7b..556d0b843 100644 --- a/docs/interface_entitas_1_1_i_system.html +++ b/docs/interface_entitas_1_1_i_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_tear_down_system-members.html b/docs/interface_entitas_1_1_i_tear_down_system-members.html index 100d82f68..792e19e28 100644 --- a/docs/interface_entitas_1_1_i_tear_down_system-members.html +++ b/docs/interface_entitas_1_1_i_tear_down_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/interface_entitas_1_1_i_tear_down_system.html b/docs/interface_entitas_1_1_i_tear_down_system.html index d97bb8ff3..7d7060d8c 100644 --- a/docs/interface_entitas_1_1_i_tear_down_system.html +++ b/docs/interface_entitas_1_1_i_tear_down_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/namespace_entitas.html b/docs/namespace_entitas.html index 0dd336ae8..f8508a107 100644 --- a/docs/namespace_entitas.html +++ b/docs/namespace_entitas.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/namespaces.html b/docs/namespaces.html index ca49b3186..f65d57f14 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.38.0 +  0.39.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/tree.txt b/tree.txt index a6ff82018..157af8d1d 100644 --- a/tree.txt +++ b/tree.txt @@ -98,22 +98,19 @@ │   │   ├── DataProviders │   │   │   ├── Components │   │   │   │   ├── Providers -│   │   │   │   │   ├── ComponentNameComponentDataProvider.cs │   │   │   │   │   ├── ComponentTypeComponentDataProvider.cs │   │   │   │   │   ├── ContextsComponentDataProvider.cs │   │   │   │   │   ├── IComponentDataProvider.cs │   │   │   │   │   ├── IsUniqueComponentDataProvider.cs │   │   │   │   │   ├── MemberData.cs │   │   │   │   │   ├── MemberDataComponentDataProvider.cs -│   │   │   │   │   ├── NamespaceComponentNameComponentDataProvider.cs │   │   │   │   │   ├── ShouldGenerateComponentComponentDataProvider.cs │   │   │   │   │   ├── ShouldGenerateComponentIndexComponentDataProvider.cs │   │   │   │   │   ├── ShouldGenerateMethodsComponentDataProvider.cs │   │   │   │   │   └── UniquePrefixComponentDataProvider.cs │   │   │   │   ├── AbstractComponentDataProvider.cs │   │   │   │   ├── ComponentData.cs -│   │   │   │   ├── ComponentDataProvider.cs -│   │   │   │   └── NamespaceComponentDataProvider.cs +│   │   │   │   └── ComponentDataProvider.cs │   │   │   ├── Contexts │   │   │   │   ├── ContextData.cs │   │   │   │   └── ContextDataProvider.cs @@ -227,8 +224,7 @@ │   │   │   ├── GameComponentsLookup.cs │   │   │   ├── GameContext.cs │   │   │   └── GameEntity.cs -│   │   ├── Contexts.cs -│   │   └── ContextsEntityIndices.cs +│   │   └── Contexts.cs │   ├── Entitas.Unity.Migration │   │   └── Assets │   │   ├── Editor @@ -365,8 +361,7 @@ │   │   ├── GameComponentsLookup.cs │   │   ├── GameContext.cs │   │   └── GameEntity.cs -│   ├── Contexts.cs -│   └── ContextsEntityIndices.cs +│   └── Contexts.cs ├── Entitas │   └── Entitas │   ├── Collector @@ -407,6 +402,7 @@ │   │   ├── ComponentStringExtension.cs │   │   ├── ContextStringExtension.cs │   │   ├── InterfaceTypeExtension.cs +│   │   ├── SystemStringExtension.cs │   │   └── TypeSerializationExtension.cs │   ├── Group │   │   ├── Group.cs