Пример #1
0
 ///<inheritdoc/>
 public IComponentBuffer <TComponent> Get <TComponent>(int id) where TComponent : struct, IEquatable <TComponent>
 {
     return(_registry.Get(id) as IComponentBuffer <TComponent>);
 }
Пример #2
0
 /// <inheritdoc />
 public ISystem GetSystem(string systemName)
 {
     return(_systems.Get(systemName));
 }