Quantcast
Channel: Cocos中文社区 - 最新主题
Viewing all articles
Browse latest Browse all 88737

怎么获得由预制资源所产生的节点的y坐标?

$
0
0

@Daguidwn 写道:

比如说我有一个预制资源APrefab,
在onload运行了如下代码
var A1 = cc.instantiate(this.APrefab);
this.node.addChild(A1);
A1.setPosition(this.A1Position());
这个APrefab是一个会在Y轴上按一定速度运动的资源,那么之后要怎样每帧获取A1的Y坐标呢?无论是用
this.APrefab.getPositionY()
this.APrefab.node.getPositionY()
this.A1.getPositionY()
this.A1.node.getPositionY()
试过好几种,都会报错呢

帖子: 1

参与者: 1

阅读整个主题


Viewing all articles
Browse latest Browse all 88737

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>