Cocos Creator set get
摘要:
TypeScript中的set与get private _id:number; public get id():number{ return this._id; } public set id(value:number){//set:必须无返回值类型 this._id=value; } Inspec 阅读全文
posted @ 2018-04-08 20:06 kingBook 阅读(1294) 评论(0) 推荐(0) 编辑