Ejemplo n.º 1
0
 public bool RemoveComponent <T>() where T : struct, IComponentData
 {
     return(EntityManagerWrapper.RemoveComponent <T>(Entity));
 }