TinyEcs, simple pure .NET ECS
![]() | WorldGetDependencyT Method |
[This is preliminary documentation and is subject to change.]
Gets a resource that has been injected as a dependency in a ComponentSystem.
Namespace: TinyEcs
Assembly: TinyEcs (in TinyEcs.dll) Version: 1.0.0

Exception | Condition |
---|---|
KeyNotFoundException | Thrown when the requested resource was not injected. |
