大约有 190 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0044 秒)
UI编辑器布局anchor设置后不能正常设置位置 当一个ui空间anchorx,y设置成0.5,0.5后, 设置居中 centerX 为0时,空间位置不居中 2016-09-02 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 ...
来源: Laya_社区 发布时间: 20160902
...er.getRes(heroidstr); m_herohead.graphics.drawTexture(texture); m_herohead.anchorX = 0.5; m_herohead.anchorY = 1; m_herohead.pos(m_heroPosX,m_heroPosY); m_mapbg.addChild(m_herohead); 我在代码里创建图片,可是设置锚点后,显示还是0,0没有改变锚点的位置。。 201...
来源: Laya_社区 发布时间: 20171109
...ime:number = 100; constructor() { super(); //设置组件的中心点 this.anchorX = this.anchorY = 0.5; //添加鼠标按下事件侦听。按时时缩小按钮。 this.on(Laya.Event.MOUSE_DOWN,this,this.scaleSmall); //添加鼠标抬起事件侦听。抬起时还原按钮。 this.on(Laya.Event.MOU...
来源: Laya2.0_文档 发布时间: 20210715
...的链接 提交 2 个回复 Supermang42 赞同来自: pivotX / pivotY / anchorX / anchorY 這些都可以設定。 2017-08-30 0 0 分享 微博 QZONE 微信 132*****180 赞同来自: 动画不可以啊,动画没有这属性在代码中我看了api 2017-08-30 0 1 分享 微博 QZONE 微信 为什...
来源: Laya_社区 发布时间: 20170830
...ocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScale...
来源: Laya3.0_api 发布时间: 20231115
...ocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScale...
来源: Laya3.0_api 发布时间: 20231115
...么解决的,我设置了size后,因为在做动画的时候设置了anchorX各Y都为0.5导致只有右下角可以点击了 george • 2018-09-14 17:09 @lbxw:解决了吗?我好像也碰到同样的问题了
来源: Laya_社区 发布时间: 20170412
...ocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY blendMode bottom cacheAs centerX centerY clickHandler components customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize filters globalRotation globalScale...
来源: Laya3.0_api 发布时间: 20231115
...nt = 100; public function ImageRunTime() { //设置组件的中心点 this.anchorX = this.anchorY = 0.5; //添加鼠标按下事件侦听。按时时缩小按钮。 this.on(Event.MOUSE_DOWN,this,scaleSmall); //添加鼠标抬起事件侦听。抬起时还原按钮。 this.on(Event.MOUSE_UP,this, sca...
来源: Laya2.0_文档 发布时间: 20210714
...ay/cmd/DrawCurvesCmd.ts:23 线段的点集合,格式[controlX, controlY, anchorX, anchorY...]。 x x: number Defined in laya/display/cmd/DrawCurvesCmd.ts:15 开始绘制的 X 轴位置。 y y: number Defined in laya/display/cmd/DrawCurvesCmd.ts:19 开始绘制的 Y 轴位置。 Static ID ID: strin...
来源: Laya3.0_api 发布时间: 20231115