Ejemplo n.º 1
0
 public void OnAllocate(GameObject result)
 {
     UITools.SetGameObjectLayer(result, LayerDefine.LAYER_UI);
 }
Ejemplo n.º 2
0
 public void OnRecycle(GameObject result)
 {
     UITools.SetGameObjectLayer(result, LayerDefine.LAYER_HIDE_UI);
 }
Ejemplo n.º 3
0
 public void ProcessContainer(GameObject container)
 {
     UITools.SetGameObjectLayer(container, LayerDefine.LAYER_HIDE_UI);
 }