oecs-sharp/tests/OECS.Tests
hypercross b6e64d2871 refactor: add struct constraint to Relationship
Add `where TSelf : struct where TTarget : struct` constraints to
the `Relationship` struct to ensure type safety and consistency with
the ECS architecture. Also remove unused `IterateThree` method in
`QueryExecutor`.
2026-07-18 22:05:29 +08:00
..
CommandTests.cs perf: optimize iteration and command enqueuing 2026-07-18 21:32:29 +08:00
CoreTests.cs feat: add component validation and TryGetComponent 2026-07-18 20:07:43 +08:00
EdgeCaseTests.cs feat: add component validation and TryGetComponent 2026-07-18 20:07:43 +08:00
OECS.Tests.csproj feat: initialize OECS project structure 2026-07-18 19:03:37 +08:00
QueryAndSystemTests.cs feat: add query system and system execution logic 2026-07-18 19:33:05 +08:00
ReactivityTests.cs feat: add reactivity via change buffering and R3 observables 2026-07-18 19:50:31 +08:00
RelationshipTests.cs refactor: add struct constraint to Relationship 2026-07-18 22:05:29 +08:00
SingletonTests.cs feat: add singleton support to World 2026-07-18 19:53:58 +08:00