using UnityEngine; using System.Collections.Generic; namespace SK.Framework { public class LanHuView : ScriptableObject { /// /// 存放切图的文件夹路径 /// public string path; public List elements = new List(0); } }