Exemple #1
0
 public ArchetypeChunkSharedComponentType <T> GetArchetypeChunkSharedComponentType <T>()
     where T : struct, ISharedComponentData
 {
     return(EntityManager.GetArchetypeChunkSharedComponentType <T>());
 }