World.GetDependency(T) Method

TinyEcs

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
Exceptions
ExceptionCondition
KeyNotFoundExceptionThrown when the requested resource was not injected.
See Also