你好,this 指代的是组件,这是组件的实现代码:
getComponent: function (typeOrClassName) {
return this.node.getComponent(typeOrClassName);
}
组件的 getComponent 也可以是因为这里做了转发。去掉这个 API 一样能做项目,只是有些时候代码编写起来会显得很啰嗦。
你好,this 指代的是组件,这是组件的实现代码:
getComponent: function (typeOrClassName) {
return this.node.getComponent(typeOrClassName);
}
组件的 getComponent 也可以是因为这里做了转发。去掉这个 API 一样能做项目,只是有些时候代码编写起来会显得很啰嗦。