mirror of
https://github.com/DCFApixels/DragonECS-Unity.git
synced 2025-09-18 01:54:35 +08:00
Merge branch 'dev'
This commit is contained in:
commit
e9df3c46f6
@ -264,8 +264,8 @@ namespace DCFApixels.DragonECS.Unity.Editors
|
||||
continue;
|
||||
}
|
||||
var meta = pool.ComponentType.ToMeta();
|
||||
|
||||
genericMenu.AddItem(new GUIContent(meta.Name, meta.Description), false, OnAddComponent, pool);
|
||||
string name = meta.Group.Name + meta.Name;
|
||||
genericMenu.AddItem(new GUIContent(name, meta.Description), false, OnAddComponent, pool);
|
||||
}
|
||||
return new WorldData(genericMenu, world.PoolsCount);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user