using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
using UnityEngine.UI;
///
/// ¶¨Î»¶Ë¿Ú
///
public class LocatingCable : MonoBehaviour/*, IPointerDownHandler*/
{
LineItem lineItem;
SearchName searchName;
public List lines = new List();
//public void OnPointerDown(PointerEventData eventData)
//{
// if (searchName)
// searchName.showXianLan(lineItem.info_text.text);
//}
// Start is called before the first frame update
void Start()
{
//lineItem = GetComponent();
//if (PatternChoose.Inst)
// searchName = PatternChoose.Inst.search_go.GetComponent();
}
// Update is called once per frame
void Update()
{
}
}