提交 e2c17270 编写于 作者: ks_chou's avatar ks_chou 提交者: tanghai

优化对象池可视化GameObject

上级 4e81ba90
......@@ -96,6 +96,9 @@ namespace ETModel
{
queue = new ComponentQueue(type.Name);
queue.Parent = this;
#if !SERVER
queue.GameObject.name = type.Name;
#endif
this.dictionary.Add(type, queue);
}
queue.Enqueue(obj);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册