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

大约有 1,720 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)

61. laya.d3.resource.models.CylinderMesh [ 91%]

...rMesh 类用于创建圆柱体。 Public Properties PropertyDefined By  height : Number 返回高度 CylinderMesh  radius : Number 返回半径 CylinderMesh  slices : int 获取宽度分段 CylinderMeshPublic Methods  MethodDefined By  CylinderMesh(radius:Number = 0.5, height:Number = 2, s...

来源: laya_api 发布时间: 20170929

62. 修改了layaCanvas的style.height,导致了鼠标响应位置偏移 [ 91%]

修改了layaCanvas的style.height,导致了鼠标响应位置偏移 请问该如何调整偏移,或者说导致偏移的参数或原因有哪些 2019-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...

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

63. laya.d3.utils.Size_API3.0 [ 91%]

...e" Size Class Size Hierarchy Size Index Constructors constructor Accessors height width fullScreen Constructors constructor new Size(width: number, height: number): Size Defined in laya/d3/utils/Size.ts:33 创建Size实例 Parameters width: number 宽度 height: number 高度 Returns Size Accessors ...

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

64. laya.display.cmd.DrawEllipseCmd_API3.0 [ 91%]

...d Class DrawEllipseCmd Hierarchy DrawEllipseCmd Index Properties fillColor height lineColor lineWidth percent width x y ID Methods getBoundPoints recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawEllipseCmd.ts:27 填充颜色,或者填充绘图的渐变对象。 height he...

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

65. laya.display.cmd.DrawRectCmd_API3.0 [ 91%]

... DrawRectCmd 绘制矩形 Hierarchy DrawRectCmd Index Properties fillColor height lineColor lineWidth percent width x y ID Methods getBoundPoints recover Properties fillColor fillColor: any Defined in laya/display/cmd/DrawRectCmd.ts:31 填充颜色,或者填充绘图的渐变对象。 height heigh...

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

66. 这是图文混排谷歌浏览器查看正常打包后的APP文字消失表情变大 [ 91%]

... public Reset():void { gRoomView.chatBox.innerHTML = ""; gRoomView.chatBox.height = 1; } public SysSay(txt:string):void { this.AddChat(0, "法官", txt); } public PlayerSay(msg:any):void { this.AddChat(msg['from_client_seatsno'], msg['from_client_name'], msg['content']); } private AddChat(seat:numbe...

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

67. TileMap 设置了Scale 进行缩放后,width、height 怎么取过来还是原来的大小? [ 91%]

TileMap 设置了Scale 进行缩放后,width、height 怎么取过来还是原来的大小? 如题,如何取scale之后的tilemap的大小 2017-10-11 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - ...

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

68. laya.display.cmd.FillTextureCmd_API3.0 [ 91%]

...illTextureCmd 填充贴图 Hierarchy FillTextureCmd Index Properties color height offset percent texture type width x y ID Methods getBoundPoints recover Properties color color: number = 4294967295 Defined in laya/display/cmd/FillTextureCmd.ts:50 (可选)绘图颜色 height height: number Define...

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

69. image在相应loaded的时候,无法正确获取高度 [ 90%]

...private init():void { console.log("init", this.x, this.y, this.width, this.height, this.scaleX, this.scaleY); var createOption: any = { isStatic: false, }; this.matterBody = Matter.Bodies.rectangle(this.x, this.y, this.width, this.height, createOption); Matter.World.add(GameMain.instance.engine.worl...

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

70. Laya引擎bug [ 90%]

...this._currBitmapFont.getMaxWidth();             this._charSize.height=this._currBitmapFont.getMaxHeight();             }else {             var measureResult=Browser.context.measureText(Text._testWord);             this._charSize.width=measureResult.wid...

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