反馈时请提供以下信息:
-
Creator 版本:2.4.11
-
目标平台:谷歌游览器
-
重现方式:根据文本宽度,脚本修改图片九宫格宽度
网上修改渲染的那个属性,api中没找到,然后修改了with,setContentSize,size等属性,任然不起作用,最后只能如下写,sizeMode需要指定CUSTOM
this.character_left_long = this.character_left.getChildByName(‘dialogue’);
this.character_left_long_label = this.character_left_long.getChildByName(‘words’).getComponent(cc.Label);
this.character_left_long_label.string = source_json[num_len]
this.character_left_long.width = this.character_left_long_label.node.width + 30;
this.character_left_long.active = true;
this.character_left_long.width = this.character_left_long_label.node.width + 30;
this.character_left_long.active = false;
this.character_left_long.width = this.character_left_long_label.node.width + 30;
this.character_left_long.active = true;
