cocos creator await / promise 例子

const {ccclass, property} = cc._decorator; @ccclass export default class Helloworld extends cc.Component { @property(cc.Label) label: cc.Label = null; @property text: string = 'hell
相关文章
相关标签/搜索