[]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'
已邀请:

Monica - 知识达人

赞同来自: zsytssk

var text:Laya.Text = someNode.getChildByName('textName') as Laya.Text

要回复问题请先

商务合作
商务合作