using System.Collections; using System.Collections.Generic; using UnityEngine; using UnityEngine.UI; namespace DisComputer { /* * @func 零件列表信息 * @author lz * @date 2020/06/30 */ public class SpareScrollItem : MonoBehaviour { public RawImage sp_Rimg; //零件信息 public SpareInfo spareInfo; private Grid grid; // Start is called before the first frame update void Start() { Button button = this.GetComponent