[] Laya.stage.getChildAt(i) as Role 在js下的写法是什么?

var role: Role = Laya.stage.getChildAt(i) as Role;
怎么用js 实现,在js中没有 as 写法,在js中
var role =Laya.stage.getChildAt(i); 得到的role 是Laya.Sprite类 不是我定义的Role
已邀请:

Laya_XS

赞同来自:

Laya.stage里存在的就是舞台里的显示列表,而getChildAt方法是获取指定的显示对象,as和js的获取途径是一样的

要回复问题请先

商务合作
商务合作