cocos creator js properties写法
2021-01-23 22:14
标签:rdm 开头 div spl prope gre hand base nbsp 1)以下划线_开头的变量,在编辑器中是不会显示的 2)数组的写法 3)其他脚本的引用 4)其他脚本的引用(数组) cocos creator js properties写法 标签:rdm 开头 div spl prope gre hand base nbsp 原文地址:https://www.cnblogs.com/rxs123/p/13276426.htmlproperties: {
tipLabel: cc.Label,
_stateStr: ‘‘,
_progress: 0.0,
_splash: null,
_isLoading: false,
},
properties: {
//手里的牌,自能自己看到
cardPrefab : cc.Node,
//碰杠以及最后结算的牌
outCardPrefab : cc.Node,
handRoot: cc.Node,
fetchRoot: cc.Node,
//碰杠数组
gpRoots:{
default:[],
type:cc.Node,
},
},
properties: {
gameController: require("Xlch_GameController"),
cardManager: require("Xlch_GameCardManager"),
editBox:cc.EditBox,
},
properties: {
players: {
default: [],
type: require("Xlch_PlayerBase"),
},
},
下一篇:js中跳出循环的方式
文章标题:cocos creator js properties写法
文章链接:http://soscw.com/index.php/essay/46059.html