• 首页
  • 动态
  • 案例
  • 引擎社区
  • API
  • 文档
  • 示例
  • 引擎下载

大约有 52 项符合查询结果, 库内数据总量为 30,778 项。 (搜索耗时: 0.0053 秒)

31. 动效模板(TypeScript-LayaAir基础篇(TS)-动画基础) [ 56%]

...些。我们选中`Button`组件,在属性面板,设置轴心点属性`anchorX`与`anchorY`的值为`0.5`,然后设置`Button`宽高与轴心点的xy轴位置,如图9所示。 ![9](img/9.png)(图9) *Tips:轴心点效果需要在UI中的组件属性中设置,在动效模板中设置轴心...

来源: Laya2.0_文档 发布时间: 20210715

32. laya.ui.FontClip [ 56%]

...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponen...

来源: Laya2.0_api 发布时间: 20190513

33. 动效模板(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 56%]

...些。我们选中Button组件,在属性面板,设置轴心点属性`anchorX`与`anchorY`的值为`0.5`,然后,设置Button宽高与轴心点的xy轴位置,如图9所示。 ![图9](img/9.png) (图9) *Tips:轴心点效果需要在UI中的组件属性中设置,在动效模板中设置轴...

来源: Laya2.0_文档 发布时间: 20210715

34. laya.ui.Clip [ 55%]

...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。UIComponent anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。UIComponen...

来源: Laya2.0_api 发布时间: 20190513

35. laya.ui.List_API3.0 [ 52%]

...ocanvCtx Accessors _isHeightSet _isWidthSet active activeInHierarchy alpha anchorX anchorY array bgColor blendMode bottom cacheAs cells centerX centerY components content customRenderEnable dataSource destroyed disabled displayHeight displayWidth displayedInStage drawCallOptimize elasticEnabled filt...

来源: Laya3.0_api 发布时间: 20231115

36. laya.ui.MoreGame [ 52%]

...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。View anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroy...

来源: Laya2.0_api 发布时间: 20190513

37. laya.sprite精灵无缝拼接地图,会出现黑线跟白线,使用laya的2.0.1beta版本 [ 52%]

...eAndPos(name:string,posX:number,posY:number):void { this.name = name; this.anchorX = 0; this.anchorY = 0; this.x = posX; //这里是256*整数倍的叠加 每张图片都是256*256大小的地图块 this.y = posY; //这里是256*整数倍的叠加 每张图片都是256*256大小的地图块 this.isS...

来源: Laya_社区 发布时间: 20190315

38. 新手引导在ios浏览器表现异常 [ 50%]

...tton.size(radius * 2, radius * 2);             maskButton.anchorX = 0.5;             maskButton.anchorY = 0.5;             maskButton.stateNum = 1;             this.guideContainer.addChild(maskButton);             maskButton.clic...

来源: Laya_社区 发布时间: 20200119

39. laya.ui.Dialog [ 47%]

...认值为1,表示不透明。更改alpha值会影响drawcall。Sprite anchorX : NumberX锚点,值为0-1,设置anchorX值最终通过pivotX值来改变节点轴心点。View anchorY : NumberY锚点,值为0-1,设置anchorY值最终通过pivotY值来改变节点轴心点。View autoDestroy...

来源: Laya2.0_api 发布时间: 20190513

40. 属性设置器(JavaScript-IDE篇(JS)-设计模式基础) [ 46%]

...点,默认在组件中的原点`(0,0)`点位置。 pivotX、pivotY、anchorX、anchorY四个属性都是用于修改轴心点位置。 pivotX、pivotY(轴心点)是通过改变组件轴心点XY坐标的固定值来修改轴心点位置。 anchorX、anchorY(锚点)是通过X与Y轴的...

来源: Laya2.0_文档 发布时间: 20210714