摘要:
private int _shoutNum=3; public int ShoutNum{ get{ return _shoutNum; } set{ _shoutNum=value; } } private int _shoutNum=3; public int ShoutNum{ get{ return _shoutNum; } //没有set就是说明只读,不可以编写 } private int _shoutNum=3; public int ShoutNum{ get{ return _shoutNum; } set{ if(_shoutNum... 阅读全文
posted @ 2014-02-18 22:16
古刹红罗
阅读(96)
评论(0)
推荐(0)
摘要:
MyObject 是unity场景中物体的名称MyFunction 是Js代码中的函数名称aa是属性 阅读全文
posted @ 2014-02-18 14:52
古刹红罗
阅读(157)
评论(0)
推荐(0)

浙公网安备 33010602011771号