[]ts 用 getChildByName 返回类型出错
ts 用 getChildByName 返回类型是laya.display.Node
如果返回的其实是 Text, 把它赋值给一个Laya.Text 编辑器就报错
这个怎么解决
var text:Laya.Text = someNode.getChildByName('textName');
[ts] Type 'Node' is not assignable to type 'Text'.
Property '_text' is missing in type 'Node'
如果返回的其实是 Text, 把它赋值给一个Laya.Text 编辑器就报错
这个怎么解决
var text:Laya.Text = someNode.getChildByName('textName');
[ts] Type 'Node' is not assignable to type 'Text'.
Property '_text' is missing in type 'Node'
没有找到相关结果
已邀请:
要回复问题请先登录
1 个回复
Monica - 知识达人
赞同来自: zsytssk