Inspector视图中的get/set使用
摘要:
using UnityEngine; using System.Collections; public class Test : MonoBehaviour { public int width { get { Debug.Log("get"); return _width; } ... 阅读全文
posted @ 2017-01-19 23:01 kingBook 阅读(229) 评论(0) 推荐(0) 编辑