各位大佬,我想实现在Label组件里面逐个出现文字,但是没有反应,是什么问题呢
this.node.getChildByName(“time”).getComponent(cc.Label).string = xxxxx;
或者
self= this;在外部定义
self.time.string = xxxxx;
1赞
正想发这个呢,你先了~
this.node.getChildByName(“time”).getComponent(cc.Label).string = xxxxx;
或者
self= this;在外部定义
self.time.string = xxxxx;
正想发这个呢,你先了~