diff --git a/.bee/docs/html.doxyfile b/.bee/docs/html.doxyfile index 44b1e9520..d7ec88f1a 100644 --- a/.bee/docs/html.doxyfile +++ b/.bee/docs/html.doxyfile @@ -5,7 +5,7 @@ #--------------------------------------------------------------------------- DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "Entitas" -PROJECT_NUMBER = 1.9.0 +PROJECT_NUMBER = 1.9.1 PROJECT_BRIEF = "Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity" PROJECT_LOGO = ".bee/docs/docs-logo.png" OUTPUT_DIRECTORY = "Build/docs" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4770034e4..95f5df292 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.9.1] - 2018-11-03 +### Added +- Fix MultiReactive system retaining entities multiple times #818 + ## [1.9.0] - 2018-11-03 ### Added - Optimize generated code #780 diff --git a/Entitas/Entitas/version.txt b/Entitas/Entitas/version.txt index f8e233b27..9ab8337f3 100644 --- a/Entitas/Entitas/version.txt +++ b/Entitas/Entitas/version.txt @@ -1 +1 @@ -1.9.0 +1.9.1 diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll index 9c959378b..5ef58e375 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Analytics.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll index 8988d1453..6314d40bb 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll index 193a70f86..550f0a11b 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.CodeGenerator.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll index c671a68a5..62c6d641c 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll index 35340e22f..6f0bb9d3b 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.Unity.Plugins.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll index 642d54ea7..74059bc82 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.CodeGeneration.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll index 1db03ed11..ca849e665 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Logging.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll index aa4729760..754b820d6 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Networking.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll index eed885d10..313768d77 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Serialization.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll index 3c655bfe9..2666fe26c 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Unity.Editor.dll differ diff --git a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll index a5e0e577b..fafb10a05 100644 Binary files a/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll and b/Libraries/Dependencies/DesperateDevs/DesperateDevs.Utils.dll differ diff --git a/docs/_abstract_entity_index_8cs_source.html b/docs/_abstract_entity_index_8cs_source.html index 471cee228..361453a9a 100644 --- a/docs/_abstract_entity_index_8cs_source.html +++ b/docs/_abstract_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 2bc9646e3..7088a1afb 100644 --- a/docs/_collection_extension_8cs_source.html +++ b/docs/_collection_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 2d918456e..fba738c37 100644 --- a/docs/_collector_8cs_source.html +++ b/docs/_collector_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f6ac13ade..ecf2edf23 100644 --- a/docs/_collector_context_extension_8cs_source.html +++ b/docs/_collector_context_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 509158582..0eeb56eec 100644 --- a/docs/_collector_exception_8cs_source.html +++ b/docs/_collector_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 93d218279..f2f668626 100644 --- a/docs/_context_8cs_source.html +++ b/docs/_context_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 39a7bf5f4..3b446bd82 100644 --- a/docs/_context_does_not_contain_entity_exception_8cs_source.html +++ b/docs/_context_does_not_contain_entity_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9e98cf76d..90d312411 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 67f66a98c..3706714dc 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c1fd25a07..f5d582e8a 100644 --- a/docs/_context_extension_8cs_source.html +++ b/docs/_context_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4c6e3d591..90869c403 100644 --- a/docs/_context_info_8cs_source.html +++ b/docs/_context_info_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e4a979fff..4df7cd5b8 100644 --- a/docs/_context_info_exception_8cs_source.html +++ b/docs/_context_info_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 28cb1f7b9..aeb863f36 100644 --- a/docs/_context_still_has_retained_entities_exception_8cs_source.html +++ b/docs/_context_still_has_retained_entities_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1fa32b22a..12ae3e140 100644 --- a/docs/_entitas_cache_8cs_source.html +++ b/docs/_entitas_cache_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3fb853cd9..9dd6fe873 100644 --- a/docs/_entitas_exception_8cs_source.html +++ b/docs/_entitas_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 8040d8101..4d5071045 100644 --- a/docs/_entitas_resources_8cs_source.html +++ b/docs/_entitas_resources_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_entitas_string_extension_8cs_source.html b/docs/_entitas_string_extension_8cs_source.html index 481dc9626..b71ab8bb9 100644 --- a/docs/_entitas_string_extension_8cs_source.html +++ b/docs/_entitas_string_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4e567ddf6..1d85bbd94 100644 --- a/docs/_entity_8cs_source.html +++ b/docs/_entity_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 5b92d5326..0664a1ab3 100644 --- a/docs/_entity_already_has_component_exception_8cs_source.html +++ b/docs/_entity_already_has_component_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f7ed1ab6b..575c16023 100644 --- a/docs/_entity_does_not_have_component_exception_8cs_source.html +++ b/docs/_entity_does_not_have_component_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ce3013a67..135d7063e 100644 --- a/docs/_entity_equality_comparer_8cs_source.html +++ b/docs/_entity_equality_comparer_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 16875962d..fbf804fa3 100644 --- a/docs/_entity_index_8cs_source.html +++ b/docs/_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c8b72cdf5..6feb7a26d 100644 --- a/docs/_entity_index_exception_8cs_source.html +++ b/docs/_entity_index_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1aa9edb43..7ffdda05f 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c7222319d..9e0585ad5 100644 --- a/docs/_entity_is_not_destroyed_exception_8cs_source.html +++ b/docs/_entity_is_not_destroyed_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4288f981b..dc992e25c 100644 --- a/docs/_entity_is_not_enabled_exception_8cs_source.html +++ b/docs/_entity_is_not_enabled_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 86fff3e0a..c7d6eb244 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 75bbf3654..da5f714b0 100644 --- a/docs/_group_8cs_source.html +++ b/docs/_group_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4903f2bdd..c0d2175d0 100644 --- a/docs/_group_event_8cs_source.html +++ b/docs/_group_event_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 5611f8ec7..547e1f486 100644 --- a/docs/_group_extension_8cs_source.html +++ b/docs/_group_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 bbbcecd7f..e1bf9ebda 100644 --- a/docs/_group_single_entity_exception_8cs_source.html +++ b/docs/_group_single_entity_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a89c0a031..d9576c684 100644 --- a/docs/_i_a_e_r_c_8cs_source.html +++ b/docs/_i_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c4e7dd57f..4db9eed3c 100644 --- a/docs/_i_all_of_matcher_8cs_source.html +++ b/docs/_i_all_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b961150b9..c0e82a797 100644 --- a/docs/_i_any_of_matcher_8cs_source.html +++ b/docs/_i_any_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f8716f8f8..efe669bc6 100644 --- a/docs/_i_cleanup_system_8cs_source.html +++ b/docs/_i_cleanup_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9854df7fc..58928830d 100644 --- a/docs/_i_collector_8cs_source.html +++ b/docs/_i_collector_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 795214c51..f6a8e7340 100644 --- a/docs/_i_component_8cs_source.html +++ b/docs/_i_component_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 185b19212..e7d1537e0 100644 --- a/docs/_i_compound_matcher_8cs_source.html +++ b/docs/_i_compound_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 863e2d810..e8079851a 100644 --- a/docs/_i_context_8cs_source.html +++ b/docs/_i_context_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b8d823e85..269ce5fc3 100644 --- a/docs/_i_contexts_8cs_source.html +++ b/docs/_i_contexts_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 406800669..17d7d4ce0 100644 --- a/docs/_i_entity_8cs_source.html +++ b/docs/_i_entity_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 302606da0..591719357 100644 --- a/docs/_i_entity_index_8cs_source.html +++ b/docs/_i_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f9d455ffe..13b964841 100644 --- a/docs/_i_execute_system_8cs_source.html +++ b/docs/_i_execute_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 63458e003..2e80582ff 100644 --- a/docs/_i_group_8cs_source.html +++ b/docs/_i_group_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1adb8d8ba..c379be2cc 100644 --- a/docs/_i_initialize_system_8cs_source.html +++ b/docs/_i_initialize_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ee9622eb6..7c9f9579e 100644 --- a/docs/_i_matcher_8cs_source.html +++ b/docs/_i_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 7c9e9e80a..ed9f95869 100644 --- a/docs/_i_none_of_matcher_8cs_source.html +++ b/docs/_i_none_of_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a923d8319..5cda7605d 100644 --- a/docs/_i_reactive_system_8cs_source.html +++ b/docs/_i_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1e5926f46..cb52cff2d 100644 --- a/docs/_i_system_8cs_source.html +++ b/docs/_i_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 83ddb32ef..8f5174e69 100644 --- a/docs/_i_tear_down_system_8cs_source.html +++ b/docs/_i_tear_down_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/_job_system_8cs_source.html b/docs/_job_system_8cs_source.html index 6ad7a3eee..e08135999 100644 --- a/docs/_job_system_8cs_source.html +++ b/docs/_job_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c0e06e786..e0f7a88b0 100644 --- a/docs/_matcher_8cs_source.html +++ b/docs/_matcher_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a9d83f0dd..2feb1c1cf 100644 --- a/docs/_matcher_equals_8cs_source.html +++ b/docs/_matcher_equals_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 35df902f7..32e93b6a4 100644 --- a/docs/_matcher_exception_8cs_source.html +++ b/docs/_matcher_exception_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6825999ab..3237d7b39 100644 --- a/docs/_matcher_static_8cs_source.html +++ b/docs/_matcher_static_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1b1b59a90..0a69abf52 100644 --- a/docs/_matcher_to_string_8cs_source.html +++ b/docs/_matcher_to_string_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 d8647f454..22b268067 100644 --- a/docs/_multi_reactive_system_8cs_source.html +++ b/docs/_multi_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
@@ -92,17 +92,17 @@
MultiReactiveSystem.cs
-
1 using System.Collections.Generic;
2 
3 namespace Entitas {
4 
5  /// A ReactiveSystem calls Execute(entities) if there were changes based on
6  /// the specified Collector and will only pass in changed entities.
7  /// A common use-case is to react to changes, e.g. a change of the position
8  /// of an entity to update the gameObject.transform.position
9  /// of the related gameObject.
10  public abstract class MultiReactiveSystem<TEntity, TContexts> : IReactiveSystem
11  where TEntity : class, IEntity
12  where TContexts : class, IContexts {
13 
14  readonly ICollector[] _collectors;
15  readonly List<TEntity> _buffer;
16  string _toStringCache;
17 
18  protected MultiReactiveSystem(TContexts contexts) {
19  _collectors = GetTrigger(contexts);
20  _buffer = new List<TEntity>();
21  }
22 
23  protected MultiReactiveSystem(ICollector[] collectors) {
24  _collectors = collectors;
25  _buffer = new List<TEntity>();
26  }
27 
28  /// Specify the collector that will trigger the ReactiveSystem.
29  protected abstract ICollector[] GetTrigger(TContexts contexts);
30 
31  /// This will exclude all entities which don't pass the filter.
32  protected abstract bool Filter(TEntity entity);
33 
34  protected abstract void Execute(List<TEntity> entities);
35 
36  /// Activates the ReactiveSystem and starts observing changes
37  /// based on the specified Collector.
38  /// ReactiveSystem are activated by default.
39  public void Activate() {
40  for (int i = 0; i < _collectors.Length; i++) {
41  _collectors[i].Activate();
42  }
43  }
44 
45  /// Deactivates the ReactiveSystem.
46  /// No changes will be tracked while deactivated.
47  /// This will also clear the ReactiveSystem.
48  /// ReactiveSystem are activated by default.
49  public void Deactivate() {
50  for (int i = 0; i < _collectors.Length; i++) {
51  _collectors[i].Deactivate();
52  }
53  }
54 
55  /// Clears all accumulated changes.
56  public void Clear() {
57  for (int i = 0; i < _collectors.Length; i++) {
58  _collectors[i].ClearCollectedEntities();
59  }
60  }
61 
62  /// Will call Execute(entities) with changed entities
63  /// if there are any. Otherwise it will not call Execute(entities).
64  public void Execute() {
65  for (int i = 0; i < _collectors.Length; i++) {
66  var collector = _collectors[i];
67  if (collector.count != 0) {
68  foreach (var e in collector.GetCollectedEntities<TEntity>()) {
69  if (Filter(e)) {
70  e.Retain(this);
71  _buffer.Add(e);
72  }
73  }
74 
75  collector.ClearCollectedEntities();
76  }
77  }
78 
79  if (_buffer.Count != 0) {
80  try {
81  Execute(_buffer);
82  } finally {
83  for (int i = 0; i < _buffer.Count; i++) {
84  _buffer[i].Release(this);
85  }
86  _buffer.Clear();
87  }
88  }
89  }
90 
91  public override string ToString() {
92  if (_toStringCache == null) {
93  _toStringCache = "MultiReactiveSystem(" + GetType().Name + ")";
94  }
95 
96  return _toStringCache;
97  }
98 
99  ~MultiReactiveSystem() {
100  Deactivate();
101  }
102  }
103 }
+
1 using System.Collections.Generic;
2 
3 namespace Entitas {
4 
5  /// A ReactiveSystem calls Execute(entities) if there were changes based on
6  /// the specified Collector and will only pass in changed entities.
7  /// A common use-case is to react to changes, e.g. a change of the position
8  /// of an entity to update the gameObject.transform.position
9  /// of the related gameObject.
10  public abstract class MultiReactiveSystem<TEntity, TContexts> : IReactiveSystem
11  where TEntity : class, IEntity
12  where TContexts : class, IContexts {
13 
14  readonly ICollector[] _collectors;
15  readonly HashSet<TEntity> _collectedEntities;
16  readonly List<TEntity> _buffer;
17  string _toStringCache;
18 
19  protected MultiReactiveSystem(TContexts contexts) {
20  _collectors = GetTrigger(contexts);
21  _collectedEntities = new HashSet<TEntity>();
22  _buffer = new List<TEntity>();
23  }
24 
25  protected MultiReactiveSystem(ICollector[] collectors) {
26  _collectors = collectors;
27  _collectedEntities = new HashSet<TEntity>();
28  _buffer = new List<TEntity>();
29  }
30 
31  /// Specify the collector that will trigger the ReactiveSystem.
32  protected abstract ICollector[] GetTrigger(TContexts contexts);
33 
34  /// This will exclude all entities which don't pass the filter.
35  protected abstract bool Filter(TEntity entity);
36 
37  protected abstract void Execute(List<TEntity> entities);
38 
39  /// Activates the ReactiveSystem and starts observing changes
40  /// based on the specified Collector.
41  /// ReactiveSystem are activated by default.
42  public void Activate() {
43  for (int i = 0; i < _collectors.Length; i++) {
44  _collectors[i].Activate();
45  }
46  }
47 
48  /// Deactivates the ReactiveSystem.
49  /// No changes will be tracked while deactivated.
50  /// This will also clear the ReactiveSystem.
51  /// ReactiveSystem are activated by default.
52  public void Deactivate() {
53  for (int i = 0; i < _collectors.Length; i++) {
54  _collectors[i].Deactivate();
55  }
56  }
57 
58  /// Clears all accumulated changes.
59  public void Clear() {
60  for (int i = 0; i < _collectors.Length; i++) {
61  _collectors[i].ClearCollectedEntities();
62  }
63  }
64 
65  /// Will call Execute(entities) with changed entities
66  /// if there are any. Otherwise it will not call Execute(entities).
67  public void Execute() {
68  for (int i = 0; i < _collectors.Length; i++) {
69  var collector = _collectors[i];
70  if (collector.count != 0) {
71  _collectedEntities.UnionWith(collector.GetCollectedEntities<TEntity>());
72  collector.ClearCollectedEntities();
73  }
74  }
75 
76  foreach (var e in _collectedEntities) {
77  if (Filter(e)) {
78  e.Retain(this);
79  _buffer.Add(e);
80  }
81  }
82 
83  if (_buffer.Count != 0) {
84  try {
85  Execute(_buffer);
86  } finally {
87  for (int i = 0; i < _buffer.Count; i++) {
88  _buffer[i].Release(this);
89  }
90  _collectedEntities.Clear();
91  _buffer.Clear();
92  }
93  }
94  }
95 
96  public override string ToString() {
97  if (_toStringCache == null) {
98  _toStringCache = "MultiReactiveSystem(" + GetType().Name + ")";
99  }
100 
101  return _toStringCache;
102  }
103 
104  ~MultiReactiveSystem() {
105  Deactivate();
106  }
107  }
108 }
abstract ICollector [] GetTrigger(TContexts contexts)
Specify the collector that will trigger the ReactiveSystem.
- + - +
abstract bool Filter(TEntity entity)
This will exclude all entities which don&#39;t pass the filter.
- + -
void Clear()
Clears all accumulated changes.
+
void Clear()
Clears all accumulated changes.
diff --git a/docs/_primary_entity_index_8cs_source.html b/docs/_primary_entity_index_8cs_source.html index e30c6b592..bc0c1df1d 100644 --- a/docs/_primary_entity_index_8cs_source.html +++ b/docs/_primary_entity_index_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 542a703be..9c87f39b2 100644 --- a/docs/_public_member_info_entity_extension_8cs_source.html +++ b/docs/_public_member_info_entity_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ffc704e62..8c596b1b8 100644 --- a/docs/_reactive_system_8cs_source.html +++ b/docs/_reactive_system_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 01d43c248..0d99e6634 100644 --- a/docs/_safe_a_e_r_c_8cs_source.html +++ b/docs/_safe_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3d67c06cd..43570055f 100644 --- a/docs/_systems_8cs_source.html +++ b/docs/_systems_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ef0ad5646..433dcb198 100644 --- a/docs/_trigger_on_event_8cs_source.html +++ b/docs/_trigger_on_event_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b0ffc622a..0f5b05e18 100644 --- a/docs/_trigger_on_event_matcher_extension_8cs_source.html +++ b/docs/_trigger_on_event_matcher_extension_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 508d590ab..15f473c76 100644 --- a/docs/_unsafe_a_e_r_c_8cs_source.html +++ b/docs/_unsafe_a_e_r_c_8cs_source.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3936c2e0e..20b82ca3c 100644 --- a/docs/annotated.html +++ b/docs/annotated.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 cb2cf16e2..b8599b29f 100644 --- a/docs/class_entitas_1_1_abstract_entity_index-members.html +++ b/docs/class_entitas_1_1_abstract_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 df96fe204..1d7345c16 100644 --- a/docs/class_entitas_1_1_abstract_entity_index.html +++ b/docs/class_entitas_1_1_abstract_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 7056ba987..852b1e4e8 100644 --- a/docs/class_entitas_1_1_collection_extension-members.html +++ b/docs/class_entitas_1_1_collection_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9b686b083..25e5e1b3a 100644 --- a/docs/class_entitas_1_1_collection_extension.html +++ b/docs/class_entitas_1_1_collection_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b9b7b2bba..4ff9a87e7 100644 --- a/docs/class_entitas_1_1_collector-members.html +++ b/docs/class_entitas_1_1_collector-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b9fbb31a1..e59a8e88c 100644 --- a/docs/class_entitas_1_1_collector.html +++ b/docs/class_entitas_1_1_collector.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 0e651d1be..d2ffc9d3d 100644 --- a/docs/class_entitas_1_1_collector_context_extension-members.html +++ b/docs/class_entitas_1_1_collector_context_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c68316e4c..d1e3a3b33 100644 --- a/docs/class_entitas_1_1_collector_context_extension.html +++ b/docs/class_entitas_1_1_collector_context_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c5643bf3d..fa60a5e09 100644 --- a/docs/class_entitas_1_1_collector_exception-members.html +++ b/docs/class_entitas_1_1_collector_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 5206b43c7..4340eeb53 100644 --- a/docs/class_entitas_1_1_collector_exception.html +++ b/docs/class_entitas_1_1_collector_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6ddbf9631..996a8669f 100644 --- a/docs/class_entitas_1_1_context-members.html +++ b/docs/class_entitas_1_1_context-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 022e649f2..8bb83243e 100644 --- a/docs/class_entitas_1_1_context.html +++ b/docs/class_entitas_1_1_context.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9f3cbf915..246e65e42 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a20defdf0..b87e2ff8c 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 dfdc44832..3fc0e7a22 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1c1b85317..e312545ed 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ad902d00f..bf40be24b 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b9a8a6626..dd9f13a0a 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 28c8e0d16..19d60cf38 100644 --- a/docs/class_entitas_1_1_context_extension-members.html +++ b/docs/class_entitas_1_1_context_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3fbf54e57..47ba53996 100644 --- a/docs/class_entitas_1_1_context_extension.html +++ b/docs/class_entitas_1_1_context_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 79580d782..4e2d79a98 100644 --- a/docs/class_entitas_1_1_context_info-members.html +++ b/docs/class_entitas_1_1_context_info-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6ecaa0b1f..da9798b81 100644 --- a/docs/class_entitas_1_1_context_info.html +++ b/docs/class_entitas_1_1_context_info.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 23225d4b1..818b7b980 100644 --- a/docs/class_entitas_1_1_context_info_exception-members.html +++ b/docs/class_entitas_1_1_context_info_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 814c8b916..022183948 100644 --- a/docs/class_entitas_1_1_context_info_exception.html +++ b/docs/class_entitas_1_1_context_info_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 71d98ee68..fcaf27062 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 60ed3a61f..58ff93e29 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 75e3ea0f3..77850b7ab 100644 --- a/docs/class_entitas_1_1_entitas_cache-members.html +++ b/docs/class_entitas_1_1_entitas_cache-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a7c6c28cb..831f6d2aa 100644 --- a/docs/class_entitas_1_1_entitas_cache.html +++ b/docs/class_entitas_1_1_entitas_cache.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1a8a927fd..6ef27d79a 100644 --- a/docs/class_entitas_1_1_entitas_exception-members.html +++ b/docs/class_entitas_1_1_entitas_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6812d88d6..726b3ed60 100644 --- a/docs/class_entitas_1_1_entitas_exception.html +++ b/docs/class_entitas_1_1_entitas_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 13dd8b20d..eebfa4e0b 100644 --- a/docs/class_entitas_1_1_entitas_resources-members.html +++ b/docs/class_entitas_1_1_entitas_resources-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 af5e2e4d7..f5ba6eacf 100644 --- a/docs/class_entitas_1_1_entitas_resources.html +++ b/docs/class_entitas_1_1_entitas_resources.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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_string_extension-members.html b/docs/class_entitas_1_1_entitas_string_extension-members.html index 4792df329..13e5a941c 100644 --- a/docs/class_entitas_1_1_entitas_string_extension-members.html +++ b/docs/class_entitas_1_1_entitas_string_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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_string_extension.html b/docs/class_entitas_1_1_entitas_string_extension.html index 57f3a96c6..602d3458c 100644 --- a/docs/class_entitas_1_1_entitas_string_extension.html +++ b/docs/class_entitas_1_1_entitas_string_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b7ffe7525..fecaefbe8 100644 --- a/docs/class_entitas_1_1_entity-members.html +++ b/docs/class_entitas_1_1_entity-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f1214539e..2ebb926e7 100644 --- a/docs/class_entitas_1_1_entity.html +++ b/docs/class_entitas_1_1_entity.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 26495d71a..02681d073 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 cae67050e..32616baa1 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 799ac7575..35a6216f4 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 201e37e89..4c31afc8e 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 67e40a3cd..9ec41e724 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer-members.html +++ b/docs/class_entitas_1_1_entity_equality_comparer-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 df30dfee8..8641e7044 100644 --- a/docs/class_entitas_1_1_entity_equality_comparer.html +++ b/docs/class_entitas_1_1_entity_equality_comparer.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c1807579a..4c6079ccc 100644 --- a/docs/class_entitas_1_1_entity_index-members.html +++ b/docs/class_entitas_1_1_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 eead55137..c89f422e5 100644 --- a/docs/class_entitas_1_1_entity_index.html +++ b/docs/class_entitas_1_1_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 01eee0075..7a83491b1 100644 --- a/docs/class_entitas_1_1_entity_index_exception-members.html +++ b/docs/class_entitas_1_1_entity_index_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 bf4c5b213..51aebdcfa 100644 --- a/docs/class_entitas_1_1_entity_index_exception.html +++ b/docs/class_entitas_1_1_entity_index_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4a0676884..a215e8bac 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fc1d7eed4..98dad05fa 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ef3925885..c74a89c26 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c2b041e18..cf4f2dc21 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 8278f260f..a9ae21d66 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6651bf2c7..b0e2550b8 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e95bc6d3a..9ea993b68 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 0c1b0704f..dd3c2a18e 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 684c3aa93..d3a905efb 100644 --- a/docs/class_entitas_1_1_group-members.html +++ b/docs/class_entitas_1_1_group-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 17ebd4841..70edef7bc 100644 --- a/docs/class_entitas_1_1_group.html +++ b/docs/class_entitas_1_1_group.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 604802caf..03ea61a5e 100644 --- a/docs/class_entitas_1_1_group_extension-members.html +++ b/docs/class_entitas_1_1_group_extension-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 0225b1cff..7cd5eb8f6 100644 --- a/docs/class_entitas_1_1_group_extension.html +++ b/docs/class_entitas_1_1_group_extension.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 09a117e51..798c5d52f 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 859d6f948..93dd448e5 100644 --- a/docs/class_entitas_1_1_group_single_entity_exception.html +++ b/docs/class_entitas_1_1_group_single_entity_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job-members.html b/docs/class_entitas_1_1_job-members.html index 37ea218ba..b9baaf5e2 100644 --- a/docs/class_entitas_1_1_job-members.html +++ b/docs/class_entitas_1_1_job-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job.html b/docs/class_entitas_1_1_job.html index e78d813fa..a75c6b4a8 100644 --- a/docs/class_entitas_1_1_job.html +++ b/docs/class_entitas_1_1_job.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job_system-members.html b/docs/class_entitas_1_1_job_system-members.html index 52408fdc7..5e349ebf2 100644 --- a/docs/class_entitas_1_1_job_system-members.html +++ b/docs/class_entitas_1_1_job_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
diff --git a/docs/class_entitas_1_1_job_system.html b/docs/class_entitas_1_1_job_system.html index 5e5d8ab0e..cdf66838c 100644 --- a/docs/class_entitas_1_1_job_system.html +++ b/docs/class_entitas_1_1_job_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 0138b4a40..97c8c3432 100644 --- a/docs/class_entitas_1_1_matcher.html +++ b/docs/class_entitas_1_1_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6b48c5ce0..f8d139379 100644 --- a/docs/class_entitas_1_1_matcher_exception-members.html +++ b/docs/class_entitas_1_1_matcher_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e57202bf7..9c6ea0932 100644 --- a/docs/class_entitas_1_1_matcher_exception.html +++ b/docs/class_entitas_1_1_matcher_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3c2657658..5491b1c18 100644 --- a/docs/class_entitas_1_1_multi_reactive_system-members.html +++ b/docs/class_entitas_1_1_multi_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 8898d363d..4e217d4ef 100644 --- a/docs/class_entitas_1_1_multi_reactive_system.html +++ b/docs/class_entitas_1_1_multi_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
@@ -186,7 +186,7 @@

Entitas.IReactiveSystem.

-

Definition at line 39 of file MultiReactiveSystem.cs.

+

Definition at line 42 of file MultiReactiveSystem.cs.

@@ -216,7 +216,7 @@

Entitas.IReactiveSystem.

-

Definition at line 49 of file MultiReactiveSystem.cs.

+

Definition at line 52 of file MultiReactiveSystem.cs.

@@ -246,7 +246,7 @@

Entitas.IExecuteSystem.

-

Definition at line 64 of file MultiReactiveSystem.cs.

+

Definition at line 67 of file MultiReactiveSystem.cs.

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 b4dec96f9..0b5c6264c 100644 --- a/docs/class_entitas_1_1_primary_entity_index-members.html +++ b/docs/class_entitas_1_1_primary_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 d7a9d45d5..5e742470e 100644 --- a/docs/class_entitas_1_1_primary_entity_index.html +++ b/docs/class_entitas_1_1_primary_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e8ff7bd12..72c8480c7 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b4265c33f..309f89d12 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fc89da961..fc51aee2b 100644 --- a/docs/class_entitas_1_1_reactive_system-members.html +++ b/docs/class_entitas_1_1_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 8fad56f12..0cfa4ca76 100644 --- a/docs/class_entitas_1_1_reactive_system.html +++ b/docs/class_entitas_1_1_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a39be48b2..816bf4504 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 01ef8d7e3..283c0b60b 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4c85857e4..9308f6568 100644 --- a/docs/class_entitas_1_1_single_entity_exception-members.html +++ b/docs/class_entitas_1_1_single_entity_exception-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fd5819ae7..5f16f2c8a 100644 --- a/docs/class_entitas_1_1_single_entity_exception.html +++ b/docs/class_entitas_1_1_single_entity_exception.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 2e086ccb5..6636aeb6b 100644 --- a/docs/class_entitas_1_1_systems-members.html +++ b/docs/class_entitas_1_1_systems-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 961e3ab50..f266d1461 100644 --- a/docs/class_entitas_1_1_systems.html +++ b/docs/class_entitas_1_1_systems.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 03fa80f39..fd931e4a5 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 66d0b9515..f8e7f6ca6 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 685feeb59..a4f6dba99 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b8519d925..f2e31106b 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 d88908ec1..5a1256899 100644 --- a/docs/classes.html +++ b/docs/classes.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1d2ef8e57..62840d3ec 100644 --- a/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html +++ b/docs/dir_18d0583636d1f7adc70f46fa7dc6fd22.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 c8da87229..5ee800b2e 100644 --- a/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html +++ b/docs/dir_1efbe5ff38eb8fbf4811d1cf1d3b68b8.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ca2f6241e..13b48d716 100644 --- a/docs/dir_2445fa600638ca0377a838c43b60c5d0.html +++ b/docs/dir_2445fa600638ca0377a838c43b60c5d0.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 34dab63c7..0a854a480 100644 --- a/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html +++ b/docs/dir_5543b9a49e90eab7737309dc8736a9ee.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 84b8c93a9..533949f00 100644 --- a/docs/dir_55c21c1f668bdbeef61d727804a0de12.html +++ b/docs/dir_55c21c1f668bdbeef61d727804a0de12.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b6bb92259..5dcf29226 100644 --- a/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html +++ b/docs/dir_5b9febb0a1643b31f73c828c94068ca9.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fc22f3e5c..28228c436 100644 --- a/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html +++ b/docs/dir_9e7c286d682d7af5dbfd2e28444afa0c.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e2900a382..106cd8ab5 100644 --- a/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html +++ b/docs/dir_aabce02430428d6c26c4e027d3d4d2b3.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fe3bc3ed5..917028b0e 100644 --- a/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html +++ b/docs/dir_b3f9a997fe54a4a772f0ea0f564b8f92.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3eef9b10e..ee48fae7a 100644 --- a/docs/dir_b66aff62175c1fa76326b7c826193591.html +++ b/docs/dir_b66aff62175c1fa76326b7c826193591.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 eef112210..a20aa587e 100644 --- a/docs/dir_c24dc4174e7c7059cccc145355bad325.html +++ b/docs/dir_c24dc4174e7c7059cccc145355bad325.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6cdf548b0..37dd467c1 100644 --- a/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html +++ b/docs/dir_c99a51b1778bc6979b97974e60b03bb4.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3aee2b00d..31d4f64e9 100644 --- a/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html +++ b/docs/dir_cc33cbba43a8be20769b8bcf8ee101fd.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a790cde41..0d41655cc 100644 --- a/docs/dir_d865313b948675f0b99a1fc8314c30f0.html +++ b/docs/dir_d865313b948675f0b99a1fc8314c30f0.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e02c44c47..a0014de60 100644 --- a/docs/files.html +++ b/docs/files.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 268be8221..bb6367946 100644 --- a/docs/functions.html +++ b/docs/functions.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1cec4f094..b083f81fb 100644 --- a/docs/functions_evnt.html +++ b/docs/functions_evnt.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4581f7667..32bde4ba0 100644 --- a/docs/functions_func.html +++ b/docs/functions_func.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4a500efb5..6c2fe567c 100644 --- a/docs/functions_prop.html +++ b/docs/functions_prop.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f3a92bc9b..b39bc7fc1 100644 --- a/docs/hierarchy.html +++ b/docs/hierarchy.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b8cfe40fe..e2d497637 100644 --- a/docs/index.html +++ b/docs/index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 a286191c4..9d3254de3 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f1bec5a09..b45ae7bdf 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 69c7b3bc1..5540eed49 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b6285a204..4fb82cf3d 100644 --- a/docs/interface_entitas_1_1_i_all_of_matcher.html +++ b/docs/interface_entitas_1_1_i_all_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 5b5182cfb..83e94d06b 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 3eb7cab54..fc8a6a9cc 100644 --- a/docs/interface_entitas_1_1_i_any_of_matcher.html +++ b/docs/interface_entitas_1_1_i_any_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 b5119b20e..01e971ada 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system-members.html +++ b/docs/interface_entitas_1_1_i_cleanup_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 7c7b7ff27..439d89ea6 100644 --- a/docs/interface_entitas_1_1_i_cleanup_system.html +++ b/docs/interface_entitas_1_1_i_cleanup_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 1b2676a1e..8040dbd25 100644 --- a/docs/interface_entitas_1_1_i_collector.html +++ b/docs/interface_entitas_1_1_i_collector.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9b4cc2e76..716d5a2be 100644 --- a/docs/interface_entitas_1_1_i_component.html +++ b/docs/interface_entitas_1_1_i_component.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f8fb2340b..a2407d9dc 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher-members.html +++ b/docs/interface_entitas_1_1_i_compound_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 d5cd258c2..ecfde8e5b 100644 --- a/docs/interface_entitas_1_1_i_compound_matcher.html +++ b/docs/interface_entitas_1_1_i_compound_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 22ffca9fc..4f9e037ac 100644 --- a/docs/interface_entitas_1_1_i_context.html +++ b/docs/interface_entitas_1_1_i_context.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 7ca3dfb42..87d694a78 100644 --- a/docs/interface_entitas_1_1_i_contexts-members.html +++ b/docs/interface_entitas_1_1_i_contexts-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 caec4d6a1..69904438d 100644 --- a/docs/interface_entitas_1_1_i_contexts.html +++ b/docs/interface_entitas_1_1_i_contexts.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 7b3009ad7..184c1887c 100644 --- a/docs/interface_entitas_1_1_i_entity-members.html +++ b/docs/interface_entitas_1_1_i_entity-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 55e707062..9f1a90e5b 100644 --- a/docs/interface_entitas_1_1_i_entity.html +++ b/docs/interface_entitas_1_1_i_entity.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 2502c646c..c32d1204d 100644 --- a/docs/interface_entitas_1_1_i_entity_index-members.html +++ b/docs/interface_entitas_1_1_i_entity_index-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 27d206b4b..d286b9c08 100644 --- a/docs/interface_entitas_1_1_i_entity_index.html +++ b/docs/interface_entitas_1_1_i_entity_index.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 4d6c1e1e0..85c7696b7 100644 --- a/docs/interface_entitas_1_1_i_execute_system-members.html +++ b/docs/interface_entitas_1_1_i_execute_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 06629eef6..01b411437 100644 --- a/docs/interface_entitas_1_1_i_execute_system.html +++ b/docs/interface_entitas_1_1_i_execute_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 e3778cfc5..fc8d9e0ee 100644 --- a/docs/interface_entitas_1_1_i_group.html +++ b/docs/interface_entitas_1_1_i_group.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 95dd6c415..b1ae6f92c 100644 --- a/docs/interface_entitas_1_1_i_initialize_system-members.html +++ b/docs/interface_entitas_1_1_i_initialize_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 db193e972..73c861402 100644 --- a/docs/interface_entitas_1_1_i_initialize_system.html +++ b/docs/interface_entitas_1_1_i_initialize_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 ab7e3581a..a8b65ab5b 100644 --- a/docs/interface_entitas_1_1_i_matcher-members.html +++ b/docs/interface_entitas_1_1_i_matcher-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 9372482fb..e50524ab9 100644 --- a/docs/interface_entitas_1_1_i_matcher.html +++ b/docs/interface_entitas_1_1_i_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 96c71545f..040e93e3a 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 f92348c2a..23beb2811 100644 --- a/docs/interface_entitas_1_1_i_none_of_matcher.html +++ b/docs/interface_entitas_1_1_i_none_of_matcher.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 afaf70dc0..5168fddfb 100644 --- a/docs/interface_entitas_1_1_i_reactive_system-members.html +++ b/docs/interface_entitas_1_1_i_reactive_system-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 df105cecd..fe902deab 100644 --- a/docs/interface_entitas_1_1_i_reactive_system.html +++ b/docs/interface_entitas_1_1_i_reactive_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 758e63746..616a87525 100644 --- a/docs/interface_entitas_1_1_i_system.html +++ b/docs/interface_entitas_1_1_i_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 fc186a514..3018ed5fb 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 @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 faf07da7c..98603e41e 100644 --- a/docs/interface_entitas_1_1_i_tear_down_system.html +++ b/docs/interface_entitas_1_1_i_tear_down_system.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6937ac262..fd0067b9a 100644 --- a/docs/namespace_entitas.html +++ b/docs/namespace_entitas.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 170800942..47b6238e8 100644 --- a/docs/namespaces.html +++ b/docs/namespaces.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 6927d03ad..8a5a7645a 100644 --- a/docs/struct_entitas_1_1_trigger_on_event-members.html +++ b/docs/struct_entitas_1_1_trigger_on_event-members.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
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 189b4f794..cfb8f5654 100644 --- a/docs/struct_entitas_1_1_trigger_on_event.html +++ b/docs/struct_entitas_1_1_trigger_on_event.html @@ -31,7 +31,7 @@ Logo
Entitas -  1.9.0 +  1.9.1
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity