大约有 1,720 项符合查询结果, 库内数据总量为 31,560 项。 (搜索耗时: 0.0050 秒)
Laya_社区(1002) Laya3.0_api(243) Laya2.0_示例(91) Laya_示例(90) Laya2.0_文档(89) Laya2.0_api(82) laya_api(75) Laya3.0_文档(48)
...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
修改了layaCanvas的style.height,导致了鼠标响应位置偏移 请问该如何调整偏移,或者说导致偏移的参数或原因有哪些 2019-11-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 0 个回复 为...
来源: Laya_社区 发布时间: 20191127
...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
...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
... 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
... 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
TileMap 设置了Scale 进行缩放后,width、height 怎么取过来还是原来的大小? 如题,如何取scale之后的tilemap的大小 2017-10-11 1 条评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Monica - ...
来源: Laya_社区 发布时间: 20171011
...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
...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
...this._currBitmapFont.getMaxWidth(); this._charSize.height=this._currBitmapFont.getMaxHeight(); }else { var measureResult=Browser.context.measureText(Text._testWord); this._charSize.width=measureResult.wid...
来源: Laya_社区 发布时间: 20180526