Cocos Creator 監聽和發射事件(官方文檔摘錄)

監聽事件 事件處理是在節點(cc.Node)中完成的。對於組件,能夠經過訪問節點 this.node 來註冊和監聽事件。監聽事件能夠 經過 this.node.on() 函數來註冊,方法以下:html cc.Class({ extends: cc.Component, properties: { }, onLoad: function () { this.node.on
相關文章
相關標籤/搜索