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

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

11. laya.display.cmd.FillBorderTextCmd [ 87%]

... textAlign : String 文本对齐方式,可选值:"left","center","right"。 FillBorderTextCmd  x : Number 开始绘制文本的 x 坐标位置(相对于画布)。 FillBorderTextCmd  y : Number 开始绘制文本的 y 坐标位置(相对于画布)。 FillBorderTextCmdPublic Metho...

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

12. laya.display.cmd.FillTextCmd [ 86%]

... textAlign : String 文本对齐方式,可选值:"left","center","right"。 FillTextCmd  x : Number 开始绘制文本的 x 坐标位置(相对于画布)。 FillTextCmd  y : Number 开始绘制文本的 y 坐标位置(相对于画布)。 FillTextCmdPublic Methods  MethodDefined...

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

13. 修改leftbottom属性,scale缩放动画就无法从中心开始缩放 [ 82%]

...horX=0.5,anchorY=0.5后,应该是从中心点开始缩放。 但是设置right属性后,就不对了,缩放中心就向左偏移了。 2018-05-26 0 1 分享 微博 QZONE 微信 Zane 赞同来自: 设置left/bottom/right/top属性后, anchorX  anchorY就不起作用。缩放中心失效。 201...

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

14. sprite点击事件 位置便宜 [ 82%]

...is, mouseHandler); rect.on(Event.CLICK, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_DOWN, this, mouseHandler); rect.on(Event.RIGHT_MOUSE_UP, this, mouseHandler); rect.on(Event.RIGHT_CLICK, this, mouseHandler); rect.on(Event.MOUSE_MOVE, this, mouseHandler); rect.on(Event.MOUSE_OVER, this, mouseHan...

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

15. WebXR · LayaAir3.0文档 · LAYABOX [ 81%]

...eshRender(webXRInput); } bindMeshRender(webXRInput:WebXRInputManager){ let rightControl = Laya.loader.getRes("res/OculusController/controller.gltf") as Sprite3D; let leftControl = Laya.loader.getRes("res/OculusController/controller-left.gltf") as Sprite3D; let pixelright = new PixelLineSprite3D(20,"...

来源: Laya3.0_文档 发布时间: 20230303

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

...到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `leftright、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕...

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

17. 属性设置器(TypeScript-IDE篇(TS)-设计模式基础) [ 80%]

...到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `leftright、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕...

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

18. 属性设置器(ActionScript-IDE篇(AS3)-设计模式基础) [ 80%]

...到约束框的大小,例如CheckBox。* ### 3.3 UI适配属性 `leftright、top、bottom`四个属性主要用于组件与父容器边缘距离位置适配。 `centerX、centerY`两个属性主要用于组件与父容器中心位置适配。 在游戏开发中,我们不可能把所有屏幕...

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

19. laya.display.Graphics [ 78%]

...textAlign:String — 文本对齐方式,可选值:"left","center","right"。 fillText()method  public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String, underLine:int = 0):void 在画布上绘制文本。 Parameters text:String — 在画布上...

来源: laya_api 发布时间: 20170929

20. laya.display.Graphics [ 76%]

...textAlign:String — 文本对齐方式,可选值:"left","center","right"。 ReturnsFillBorderTextCmdfillText()method  public function fillText(text:String, x:Number, y:Number, font:String, color:String, textAlign:String):FillTextCmd 在画布上绘制文本。 Parameters text:String — ...

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