setpos
基本解释
- n.设置位置(set position的缩写)
英汉例句
- If this value gets too low we reset the position of the sphere using the SetPos() method.
为了不让在场景里的球变少直至没有,我们捕捉球掉落到一定位置时,让球再次回到初始位置,再次掉落。 - property tag POINT penPos = {read = GetPenPos , write = SetPos },
用来指定画笔当前的作图位置。 - If all you want is to move an item, you should call moveBy() or setPos() instead;
这个函数只是把原点设为你要的点,并没有移动物体,注意,并非原点一定就在左上角。