Exemplo n.º 1
0
 public bool EntityExists(int ent) => entities.HasValue(ent);
Exemplo n.º 2
0
 public bool HasComponent <T>() => signature.HasValue(LookupComponent <T>());