using System.Collections; using System.Collections.Generic; using UnityEngine; using System.Linq; public class ScreenBase : MonoBehaviour { protected bool canUpLoad = false; private string screenName = ""; private AttrData data; public string ScreenName { get { if (string.IsNullOrEmpty(screenName)) screenName = gameObject.name;return screenName; } } private List