摘要: TestAsset.cs 1 [CreateAssetMenu(menuName = "My/Test Asset")] 2 public class TestAsset : ScriptableObject 3 { 4 public List<TestAssetItem> list; 5 } Te 阅读全文
posted @ 2021-12-21 00:10 yanghui01 阅读(780) 评论(0) 推荐(0)