Ejemplo n.º 1
0
        protected void ReturnObjectToPool(RectTransform rect)
        {
            CellBase cell = rect.GetComponent <CellBase>();

            cell.ClearCell();

            resourceManager.ReturnObjectToPool(rect.gameObject);
        }