diff --git a/Entitas/Entitas/version.txt b/Entitas/Entitas/version.txt index 62279f44e..3eefcb9dd 100644 --- a/Entitas/Entitas/version.txt +++ b/Entitas/Entitas/version.txt @@ -1 +1 @@ -0.47.9 +1.0.0 diff --git a/Libraries/Dependencies/DesperateDevs.Analytics.dll b/Libraries/Dependencies/DesperateDevs.Analytics.dll index 9f72a7794..692287839 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Analytics.dll and b/Libraries/Dependencies/DesperateDevs.Analytics.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll index e67bb74aa..218615ca2 100644 Binary files a/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.dll b/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.dll index f1ec03029..a2be52325 100644 Binary files a/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.dll and b/Libraries/Dependencies/DesperateDevs.CodeGeneration.CodeGenerator.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.CodeGeneration.Plugins.dll b/Libraries/Dependencies/DesperateDevs.CodeGeneration.Plugins.dll index c5430ec97..796eb8895 100644 Binary files a/Libraries/Dependencies/DesperateDevs.CodeGeneration.Plugins.dll and b/Libraries/Dependencies/DesperateDevs.CodeGeneration.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.CodeGeneration.Unity.Plugins.dll b/Libraries/Dependencies/DesperateDevs.CodeGeneration.Unity.Plugins.dll index 5cd99ee69..5fd01825f 100644 Binary files a/Libraries/Dependencies/DesperateDevs.CodeGeneration.Unity.Plugins.dll and b/Libraries/Dependencies/DesperateDevs.CodeGeneration.Unity.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.CodeGeneration.dll b/Libraries/Dependencies/DesperateDevs.CodeGeneration.dll index b8cdb2417..b38c6bff3 100644 Binary files a/Libraries/Dependencies/DesperateDevs.CodeGeneration.dll and b/Libraries/Dependencies/DesperateDevs.CodeGeneration.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.Logging.dll b/Libraries/Dependencies/DesperateDevs.Logging.dll index ddd519982..106db1951 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Logging.dll and b/Libraries/Dependencies/DesperateDevs.Logging.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.Networking.dll b/Libraries/Dependencies/DesperateDevs.Networking.dll index be90e5ae9..1f3aa2a7e 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Networking.dll and b/Libraries/Dependencies/DesperateDevs.Networking.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.Serialization.dll b/Libraries/Dependencies/DesperateDevs.Serialization.dll index 080950ac4..769504b66 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Serialization.dll and b/Libraries/Dependencies/DesperateDevs.Serialization.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs.Unity.Editor.dll index dec63856c..071fefbe1 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs.Utils.dll b/Libraries/Dependencies/DesperateDevs.Utils.dll index d12f81137..d2145a8dd 100644 Binary files a/Libraries/Dependencies/DesperateDevs.Utils.dll and b/Libraries/Dependencies/DesperateDevs.Utils.dll differ diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index f1cc80dbc..98e4017dc 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,13 @@ +# 1.0.0 + +As always, the Unity Asset Store version might take a few days to be processed +and accepted by Unity. Please check for updates in 2 - 4 days here: +https://www.assetstore.unity3d.com/#!/content/87638 + +#### Jenny +🛠 Workaround for Unity 2017.3 GUI mask bug (still shows `Mixed...` instead of `Everything` -> Unity bug) #569 + + # 0.47.9 As always, the Unity Asset Store version might take a few days to be processed diff --git a/Scripts/docs_resources/docset.doxyfile b/Scripts/docs_resources/docset.doxyfile index 1be364e34..20537610c 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.47.9 +PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = "Scripts/docs_resources/docs-logo.png" OUTPUT_DIRECTORY = "Build/docs" diff --git a/Scripts/docs_resources/html.doxyfile b/Scripts/docs_resources/html.doxyfile index 555a255d9..ce84e03d5 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.47.9 +PROJECT_NUMBER = 1.0.0 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = "Scripts/docs_resources/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 157e721b8..92ad488a0 100644 --- a/docs/_abstract_entity_index_8cs_source.html +++ b/docs/_abstract_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 8ddf5c6a1..dc0535b47 100644 --- a/docs/_collection_extension_8cs_source.html +++ b/docs/_collection_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 08e0f5f7b..b7d36a4e5 100644 --- a/docs/_collector_8cs_source.html +++ b/docs/_collector_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_collector_context_extension_8cs_source.html b/docs/_collector_context_extension_8cs_source.html index 63f867391..1ebe41efb 100644 --- a/docs/_collector_context_extension_8cs_source.html +++ b/docs/_collector_context_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 dffd826a4..6d6a537a9 100644 --- a/docs/_collector_exception_8cs_source.html +++ b/docs/_collector_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 d3917f8d3..4decc5c65 100644 --- a/docs/_component_string_extension_8cs_source.html +++ b/docs/_component_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 e516542fb..bfeb7c94f 100644 --- a/docs/_context_8cs_source.html +++ b/docs/_context_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 032b8b44f..4fd794682 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.47.9 +  1.0.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 57ec05c37..e6092e947 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.47.9 +  1.0.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 3cccb361e..8f5aacfa3 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.47.9 +  1.0.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 190ba7dad..3de249c32 100644 --- a/docs/_context_extension_8cs_source.html +++ b/docs/_context_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 3d3616251..2b96754d4 100644 --- a/docs/_context_info_8cs_source.html +++ b/docs/_context_info_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 a9b7fc1b2..ef973ae8b 100644 --- a/docs/_context_info_exception_8cs_source.html +++ b/docs/_context_info_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 173a2978f..00d11cdf8 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.47.9 +  1.0.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 1446c540a..deb91a1d0 100644 --- a/docs/_context_string_extension_8cs_source.html +++ b/docs/_context_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 6a71d2998..b9a2daf75 100644 --- a/docs/_entitas_cache_8cs_source.html +++ b/docs/_entitas_cache_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 6b2ef6604..c0581bb7a 100644 --- a/docs/_entitas_exception_8cs_source.html +++ b/docs/_entitas_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_resources_8cs_source.html b/docs/_entitas_resources_8cs_source.html index 350ee16aa..25aff5bb1 100644 --- a/docs/_entitas_resources_8cs_source.html +++ b/docs/_entitas_resources_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 f8a4274f7..feb5f4621 100644 --- a/docs/_entity_8cs_source.html +++ b/docs/_entity_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 e18d63726..8fdb6a728 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.47.9 +  1.0.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 36d752253..864982208 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.47.9 +  1.0.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 6a3723232..c414ef4f0 100644 --- a/docs/_entity_equality_comparer_8cs_source.html +++ b/docs/_entity_equality_comparer_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 d179d1c33..5638816e3 100644 --- a/docs/_entity_index_8cs_source.html +++ b/docs/_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 783d3ed54..1a1d331df 100644 --- a/docs/_entity_index_exception_8cs_source.html +++ b/docs/_entity_index_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 f32b83b1e..280ad752e 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.47.9 +  1.0.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 05fff636b..da102dc10 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.47.9 +  1.0.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 665f057db..405e55810 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.47.9 +  1.0.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 943441fa6..f081c447c 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.47.9 +  1.0.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 5b2251204..d55e16ef3 100644 --- a/docs/_group_8cs_source.html +++ b/docs/_group_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 59b639a97..94fd5cef9 100644 --- a/docs/_group_event_8cs_source.html +++ b/docs/_group_event_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 7537f3de2..234c0cb25 100644 --- a/docs/_group_extension_8cs_source.html +++ b/docs/_group_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 c63c1d4fb..3649c7d1b 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.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_a_e_r_c_8cs_source.html b/docs/_i_a_e_r_c_8cs_source.html index 1bf671c8f..8fa847056 100644 --- a/docs/_i_a_e_r_c_8cs_source.html +++ b/docs/_i_a_e_r_c_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 665fce3f5..05be5fe5c 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.47.9 +  1.0.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 a234e9394..e40fe5bc7 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.47.9 +  1.0.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 f6eb16c56..e88d9eadf 100644 --- a/docs/_i_cleanup_system_8cs_source.html +++ b/docs/_i_cleanup_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_i_collector_8cs_source.html b/docs/_i_collector_8cs_source.html index 1492555ae..b0892286c 100644 --- a/docs/_i_collector_8cs_source.html +++ b/docs/_i_collector_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 bf976e06b..3766c80d5 100644 --- a/docs/_i_component_8cs_source.html +++ b/docs/_i_component_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 2b1ebf328..dc8064279 100644 --- a/docs/_i_compound_matcher_8cs_source.html +++ b/docs/_i_compound_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 a2191d500..05eb155f1 100644 --- a/docs/_i_context_8cs_source.html +++ b/docs/_i_context_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 820da5763..928aa74d9 100644 --- a/docs/_i_contexts_8cs_source.html +++ b/docs/_i_contexts_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 9f4d8d42c..a8ec2551c 100644 --- a/docs/_i_entity_8cs_source.html +++ b/docs/_i_entity_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 cf6c51f14..c617385b4 100644 --- a/docs/_i_entity_index_8cs_source.html +++ b/docs/_i_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 0e2b218a6..da646ef35 100644 --- a/docs/_i_execute_system_8cs_source.html +++ b/docs/_i_execute_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 7e725b65f..b81dda52e 100644 --- a/docs/_i_group_8cs_source.html +++ b/docs/_i_group_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 66d6a3eac..1531ba174 100644 --- a/docs/_i_initialize_system_8cs_source.html +++ b/docs/_i_initialize_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 6dbe42cd9..f2847f073 100644 --- a/docs/_i_matcher_8cs_source.html +++ b/docs/_i_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 43cb7d80d..8b991f6e3 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.47.9 +  1.0.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 db4135725..62060eac8 100644 --- a/docs/_i_reactive_system_8cs_source.html +++ b/docs/_i_reactive_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 883115477..685af6b24 100644 --- a/docs/_i_system_8cs_source.html +++ b/docs/_i_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 f2351879d..0e3b5c0bb 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.47.9 +  1.0.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 360cc602e..7db9e1f4b 100644 --- a/docs/_matcher_8cs_source.html +++ b/docs/_matcher_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 5f9aeeeb3..e99ec5ad3 100644 --- a/docs/_matcher_equals_8cs_source.html +++ b/docs/_matcher_equals_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 05a29b545..fe5b7cb0e 100644 --- a/docs/_matcher_exception_8cs_source.html +++ b/docs/_matcher_exception_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 7ca9d9967..e45b2741d 100644 --- a/docs/_matcher_static_8cs_source.html +++ b/docs/_matcher_static_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 e5df036dd..dab54a0b5 100644 --- a/docs/_matcher_to_string_8cs_source.html +++ b/docs/_matcher_to_string_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_multi_reactive_system_8cs_source.html b/docs/_multi_reactive_system_8cs_source.html index 46e80dc58..b68c6126c 100644 --- a/docs/_multi_reactive_system_8cs_source.html +++ b/docs/_multi_reactive_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 23aef1ec9..f48b97730 100644 --- a/docs/_primary_entity_index_8cs_source.html +++ b/docs/_primary_entity_index_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 ab16591ff..3465e771e 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.47.9 +  1.0.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 e44a19c85..903d00a20 100644 --- a/docs/_reactive_system_8cs_source.html +++ b/docs/_reactive_system_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_safe_a_e_r_c_8cs_source.html b/docs/_safe_a_e_r_c_8cs_source.html index daa1f37dc..3a20dfd63 100644 --- a/docs/_safe_a_e_r_c_8cs_source.html +++ b/docs/_safe_a_e_r_c_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 8efd8a023..6a352b381 100644 --- a/docs/_system_string_extension_8cs_source.html +++ b/docs/_system_string_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 9268b3f7a..624c79d65 100644 --- a/docs/_systems_8cs_source.html +++ b/docs/_systems_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_trigger_on_event_8cs_source.html b/docs/_trigger_on_event_8cs_source.html index 06996370e..714bfad7d 100644 --- a/docs/_trigger_on_event_8cs_source.html +++ b/docs/_trigger_on_event_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_trigger_on_event_matcher_extension_8cs_source.html b/docs/_trigger_on_event_matcher_extension_8cs_source.html index 894775946..cab90136c 100644 --- a/docs/_trigger_on_event_matcher_extension_8cs_source.html +++ b/docs/_trigger_on_event_matcher_extension_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_unsafe_a_e_r_c_8cs_source.html b/docs/_unsafe_a_e_r_c_8cs_source.html index d49850b19..95d8b1d00 100644 --- a/docs/_unsafe_a_e_r_c_8cs_source.html +++ b/docs/_unsafe_a_e_r_c_8cs_source.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 5cd3baeca..cf67f6ced 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 531477c20..2c0334c93 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.47.9 +  1.0.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 e2b0295f9..7d48f53a3 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.47.9 +  1.0.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 8df4d0477..851eb8558 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.47.9 +  1.0.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 ace1e3d68..f1d313b59 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.47.9 +  1.0.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 12e1b3771..4ecca7da7 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.47.9 +  1.0.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 5b60c6b45..71c9c2c39 100644 --- a/docs/class_entitas_1_1_collector.html +++ b/docs/class_entitas_1_1_collector.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_context_extension-members.html b/docs/class_entitas_1_1_collector_context_extension-members.html index 0fb55eb2b..72c4038df 100644 --- a/docs/class_entitas_1_1_collector_context_extension-members.html +++ b/docs/class_entitas_1_1_collector_context_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_context_extension.html b/docs/class_entitas_1_1_collector_context_extension.html index 8328cab18..de9f4f452 100644 --- a/docs/class_entitas_1_1_collector_context_extension.html +++ b/docs/class_entitas_1_1_collector_context_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 6d35784b3..0f35e628c 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.47.9 +  1.0.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 2004bcde6..94fd55a38 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.47.9 +  1.0.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 3ecddb152..427013440 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.47.9 +  1.0.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 eb49f2b07..7019f80b6 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.47.9 +  1.0.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 7e71ab9bc..875a2ebfe 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.47.9 +  1.0.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 21aba9fc5..12233bccf 100644 --- a/docs/class_entitas_1_1_context.html +++ b/docs/class_entitas_1_1_context.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 e9d0f2064..59043fbf9 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.47.9 +  1.0.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 485779c20..0096ce6cf 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.47.9 +  1.0.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 deccb2ebd..22a01032f 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.47.9 +  1.0.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 aecdb5a4f..3944d6bef 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.47.9 +  1.0.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 913366c84..454121157 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.47.9 +  1.0.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 a628bb55f..278b452be 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.47.9 +  1.0.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 10a9fa937..e17c3a155 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.47.9 +  1.0.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 b08f60e2d..289961e11 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.47.9 +  1.0.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 af7e4354a..2b6bb3f8e 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.47.9 +  1.0.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 c8c8261d7..cb3ef63e5 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.47.9 +  1.0.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 1d6136b5e..587cd50bd 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.47.9 +  1.0.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 43cb44223..dd3ab86fc 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.47.9 +  1.0.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 813e4d592..fafc2834a 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.47.9 +  1.0.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 fb331f421..6cf19ebd9 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.47.9 +  1.0.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 c09e1510a..f071ec59b 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.47.9 +  1.0.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 964626516..2baa38dbd 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.47.9 +  1.0.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 279a1e6ca..0a4dbd345 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.47.9 +  1.0.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 ee478e1be..cd2af5cec 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.47.9 +  1.0.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 5a8a56ea3..f002a959d 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.47.9 +  1.0.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 a90102401..acc1c2b86 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.47.9 +  1.0.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_resources-members.html b/docs/class_entitas_1_1_entitas_resources-members.html index a6232f450..265b5d9ce 100644 --- a/docs/class_entitas_1_1_entitas_resources-members.html +++ b/docs/class_entitas_1_1_entitas_resources-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_resources.html b/docs/class_entitas_1_1_entitas_resources.html index 4ab48fbbc..81e203842 100644 --- a/docs/class_entitas_1_1_entitas_resources.html +++ b/docs/class_entitas_1_1_entitas_resources.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 d9a6b28fd..c7f8b8632 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.47.9 +  1.0.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 ca5f804ac..413266e30 100644 --- a/docs/class_entitas_1_1_entity.html +++ b/docs/class_entitas_1_1_entity.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 dfe991da7..a6776bcaa 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.47.9 +  1.0.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 725a62161..a337d087e 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.47.9 +  1.0.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 4205d02c9..b74bd3389 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.47.9 +  1.0.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 8e6fff6c4..190a890f3 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.47.9 +  1.0.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 daff58233..eba0d18d5 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.47.9 +  1.0.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 946296aab..aa586d494 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.47.9 +  1.0.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 dc17817e8..98f4dee2c 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.47.9 +  1.0.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 eb7b3516a..a1274fff4 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.47.9 +  1.0.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 071874cb1..60993fe17 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.47.9 +  1.0.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 aa99f0b9d..7d6d8c442 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.47.9 +  1.0.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 f4742c282..4a232a698 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.47.9 +  1.0.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 25c00ca8b..4e0642ef6 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.47.9 +  1.0.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 919631d17..74e75bec0 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.47.9 +  1.0.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 c65ebfdd1..91c9bc5a4 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.47.9 +  1.0.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 3faf3d02d..2e6b1255f 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.47.9 +  1.0.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 3032f84bd..94f010c1e 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.47.9 +  1.0.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 470ce40c9..da00538d6 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.47.9 +  1.0.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 268ba38c3..43d9a6e90 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.47.9 +  1.0.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 d7c11e46b..82f1f1a5c 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.47.9 +  1.0.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 7f7eee355..b17a6ea97 100644 --- a/docs/class_entitas_1_1_group.html +++ b/docs/class_entitas_1_1_group.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 b3111ea2c..b4bca10e6 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.47.9 +  1.0.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 7cbf3cf5a..2e1bb7707 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.47.9 +  1.0.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 b36894c48..7b33e6389 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.47.9 +  1.0.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 c2e2983ce..f5581559c 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.47.9 +  1.0.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 fc2666398..deab2a92e 100644 --- a/docs/class_entitas_1_1_matcher.html +++ b/docs/class_entitas_1_1_matcher.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 4f15425ad..9c28e41f8 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.47.9 +  1.0.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 2e0d031ba..a842f2d6c 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.47.9 +  1.0.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_multi_reactive_system-members.html b/docs/class_entitas_1_1_multi_reactive_system-members.html index 110931ad2..8c5a72a3d 100644 --- a/docs/class_entitas_1_1_multi_reactive_system-members.html +++ b/docs/class_entitas_1_1_multi_reactive_system-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_multi_reactive_system.html b/docs/class_entitas_1_1_multi_reactive_system.html index a51ddb1fe..4f4a6c309 100644 --- a/docs/class_entitas_1_1_multi_reactive_system.html +++ b/docs/class_entitas_1_1_multi_reactive_system.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 04c387b29..938b148f3 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.47.9 +  1.0.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 d8b29f837..42ce34c8d 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.47.9 +  1.0.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 f1f9f20ea..cbd0b9d23 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.47.9 +  1.0.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 e6515cff6..15e233f1e 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.47.9 +  1.0.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 90ba19116..92a94d143 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.47.9 +  1.0.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 3106a09cc..f90c78cf1 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.47.9 +  1.0.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_safe_a_e_r_c-members.html b/docs/class_entitas_1_1_safe_a_e_r_c-members.html index cb8bc6c9d..cdda6801f 100644 --- a/docs/class_entitas_1_1_safe_a_e_r_c-members.html +++ b/docs/class_entitas_1_1_safe_a_e_r_c-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_safe_a_e_r_c.html b/docs/class_entitas_1_1_safe_a_e_r_c.html index bd35ef0f6..cafe5973a 100644 --- a/docs/class_entitas_1_1_safe_a_e_r_c.html +++ b/docs/class_entitas_1_1_safe_a_e_r_c.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 9e3ec4531..fd313dbbc 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.47.9 +  1.0.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 6c7b79364..94fc6d872 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.47.9 +  1.0.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 3205977ec..4d9ddbe8a 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.47.9 +  1.0.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 e2808c96c..c500d388c 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.47.9 +  1.0.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 4862e9a22..870dc77f1 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.47.9 +  1.0.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 903fd759d..3b5874b29 100644 --- a/docs/class_entitas_1_1_systems.html +++ b/docs/class_entitas_1_1_systems.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_trigger_on_event_matcher_extension-members.html b/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html index 82ac5c101..03a308efe 100644 --- a/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html +++ b/docs/class_entitas_1_1_trigger_on_event_matcher_extension-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_trigger_on_event_matcher_extension.html b/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html index c73b2c51c..dce3421b7 100644 --- a/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html +++ b/docs/class_entitas_1_1_trigger_on_event_matcher_extension.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_unsafe_a_e_r_c-members.html b/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html index 548aa8eeb..b11924b68 100644 --- a/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html +++ b/docs/class_entitas_1_1_unsafe_a_e_r_c-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_unsafe_a_e_r_c.html b/docs/class_entitas_1_1_unsafe_a_e_r_c.html index edbbda99c..946a5ae9b 100644 --- a/docs/class_entitas_1_1_unsafe_a_e_r_c.html +++ b/docs/class_entitas_1_1_unsafe_a_e_r_c.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 2d1af86a1..7211488a5 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 bdda4aa31..33bbb9b93 100644 --- a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html +++ b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 88cfa9b11..387e8e682 100644 --- a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html +++ b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 7566448dc..e30096bef 100644 --- a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html +++ b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 5ba0d819e..f5a0fd90c 100644 --- a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html +++ b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 8b21c685e..8fea9f4f8 100644 --- a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html +++ b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 ab87f7be3..47bdf35de 100644 --- a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html +++ b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 010aeaab0..ab23090b7 100644 --- a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html +++ b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 ed8e795c8..a724dbc19 100644 --- a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html +++ b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 ca14a9c3c..84013362b 100644 --- a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html +++ b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 4d5086c89..0bf2436d4 100644 --- a/docs/dir_b66aff62175c1fa76326b7c826193591.html +++ b/docs/dir_b66aff62175c1fa76326b7c826193591.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 a5dd1d17c..5d4be9168 100644 --- a/docs/dir_c24dc4174e7c7059cccc145355bad325.html +++ b/docs/dir_c24dc4174e7c7059cccc145355bad325.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 71c00a8b7..8c96fa3e0 100644 --- a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html +++ b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 5b13d985c..33723eb30 100644 --- a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html +++ b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 a18cf811a..3d9986a99 100644 --- a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html +++ b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 6f4d3f53c..60e0151b4 100644 --- a/docs/files.html +++ b/docs/files.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 f102172c6..818c0dcd9 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 d123f8105..6d6123c8a 100644 --- a/docs/functions_evnt.html +++ b/docs/functions_evnt.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 23dc576fb..6412bc8fe 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 1894fbc60..f3f1394c9 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 85f32589b..65a3eece6 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 b471dc43c..7978e863b 100644 --- a/docs/index.html +++ b/docs/index.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_a_e_r_c-members.html b/docs/interface_entitas_1_1_i_a_e_r_c-members.html index 3cb339902..550ce08fa 100644 --- a/docs/interface_entitas_1_1_i_a_e_r_c-members.html +++ b/docs/interface_entitas_1_1_i_a_e_r_c-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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_a_e_r_c.html b/docs/interface_entitas_1_1_i_a_e_r_c.html index d74a978e8..2118b498c 100644 --- a/docs/interface_entitas_1_1_i_a_e_r_c.html +++ b/docs/interface_entitas_1_1_i_a_e_r_c.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 d50f17075..352b01384 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.47.9 +  1.0.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 14838eedc..69e85e7b6 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.47.9 +  1.0.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 26a033c53..94c1f91d2 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.47.9 +  1.0.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 18193f0f8..b39a94446 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.47.9 +  1.0.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 caa20b5b2..0a33bf18a 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.47.9 +  1.0.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 548f1d2ac..aaa4f500c 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.47.9 +  1.0.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_collector.html b/docs/interface_entitas_1_1_i_collector.html index 192579777..f0258505a 100644 --- a/docs/interface_entitas_1_1_i_collector.html +++ b/docs/interface_entitas_1_1_i_collector.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 b4f38dcc6..a63c15968 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.47.9 +  1.0.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 f6e592de4..a4cca07ac 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.47.9 +  1.0.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 58a4709d1..d9b76911e 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.47.9 +  1.0.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 d6160c77b..e1388a9a6 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.47.9 +  1.0.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 d69176d84..95a501dad 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.47.9 +  1.0.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 72980dc9f..a14ae65ba 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.47.9 +  1.0.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 bf266b976..0965a3cd2 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.47.9 +  1.0.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 847edb342..fa5a3e42a 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.47.9 +  1.0.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 9f02e73ec..0c7c37073 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.47.9 +  1.0.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 eb5d42b7a..d2fa1131b 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.47.9 +  1.0.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 4f4d21dbf..468b3badc 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.47.9 +  1.0.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 f0733a906..b81e9ce57 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.47.9 +  1.0.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 525c8f9fc..4beba13bf 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.47.9 +  1.0.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 6b44e465b..91601e8fd 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.47.9 +  1.0.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 28fe2801c..fc86cb97c 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.47.9 +  1.0.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 eaa642e7e..ee628bc65 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.47.9 +  1.0.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 d0f6060ac..0cfd56798 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.47.9 +  1.0.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 299d2d5b9..c748d1d9f 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.47.9 +  1.0.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 d0d23d7b4..3aa01acb5 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.47.9 +  1.0.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 c242e54d0..1a7d778e2 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.47.9 +  1.0.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 01d721e17..2e7d8bce9 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.47.9 +  1.0.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 e51152d32..9783d71d1 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.47.9 +  1.0.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 7fabb5f97..94594ac64 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.47.9 +  1.0.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 1149d5747..25f64fcd2 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.47.9 +  1.0.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 160c39be1..24980b5b3 100644 --- a/docs/namespace_entitas.html +++ b/docs/namespace_entitas.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.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 8d37c7c9b..7b6ec59a0 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/struct_entitas_1_1_trigger_on_event-members.html b/docs/struct_entitas_1_1_trigger_on_event-members.html index f6aa0d331..50578e799 100644 --- a/docs/struct_entitas_1_1_trigger_on_event-members.html +++ b/docs/struct_entitas_1_1_trigger_on_event-members.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/struct_entitas_1_1_trigger_on_event.html b/docs/struct_entitas_1_1_trigger_on_event.html index c4c00dd5f..ac9dce521 100644 --- a/docs/struct_entitas_1_1_trigger_on_event.html +++ b/docs/struct_entitas_1_1_trigger_on_event.html @@ -30,7 +30,7 @@ Logo
Entitas -  0.47.9 +  1.0.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity