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

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

101. 使用2D地图3D人物混合进行游戏开发(ActionScript-3D基础(AS3)-LayaAir3D之高级应用) [ 78%]

..., 0.3); layaMonkey.transform.localScale = tmpLocalScale; /*添加部分*/ _pos.x = Laya.stage.mouseX; _pos.y = Laya.stage.mouseY; //转换2D屏幕坐标系统到3D正交投影下的坐标系统 camera.convertScreenCoordToOrthographicCoord(_pos, _translate); layaMonkey.transform.position = _translate...

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

102. Byte writeArrayBuffer的Bug [ 77%]

...ngth=arraybuffer.byteLength-offset;         this.ensureWrite(this._pos_+length);         var uint8array=new Uint8Array(arraybuffer);         this._u8d_.set(uint8array.subarray(offset,offset+length),this._pos_);         this._pos_+=length;     } 这里arraybuffer ...

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

103. 关于设置动画轴心点问题 [ 77%]

...imation的宽高,设置pivot轴心点为width/2,height/2,同时设置pos值为pivot值的相反值即可。如果pos已经设置过,将pos现有值-(povot.x,pivot.y) 2017-01-19 1 2 分享 微博 QZONE 微信 为什么被折叠? 0 个回复被折叠 要回复问题请先登录 发起人 东...

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

104. 转换2D屏幕坐标系统到3D正交投影下的坐标系统位置偏差 [ 77%]

...tScreenCoordToOrthographicCoord(new Vector3(800, 700, 0), this.orthographicPos); 附件 : --> 2022-05-25 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 1 个回复 Laya_Fred 赞同来自: 您可以参考下面这个代码设...

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

105. Byte二进制读写(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 77%]

...字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTFString())//从byte中读出字符串。 ``` - 读取数据 **getByte**():number在字节流中读一个字节。 **getInt16**():number在当前字节偏移量位置处读取 Int16 值。 **get...

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

106. Byte二进制读写(ActionScript-LayaAir基础篇(AS3)-数据与通信) [ 76%]

...字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// trace(byte.readUTFString())//从byte中读出字符串。 ``` - 读取数据 **getByte**():int在字节流中读一个字节。 **getInt16**():int在当前字节偏移量位置处读取 Int16 值。 **getInt32**():in...

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

107. Byte二进制读写(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 76%]

...字节开始读入byte中。省略其中的浮点数20.0和整数16 byte.pos = 0;// console.log(byte.readUTFString())//从byte中读出字符串。 ``` - 读取数据 **getByte**():number在字节流中读一个字节。 **getInt16**():number在当前字节偏移量位置处读取 Int16 值。 **get...

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

108. 输入设备-指南针 [ 76%]

... compassImg.pivot(compassImg.width / 2, compassImg.height / 2); compassImg.pos(Laya.stage.width / 2, 400); } function drawUI() { var canvas = new Sprite(); Laya.stage.addChild(canvas); canvas.graphics.drawLine(compassImg.x, 50, compassImg.x, 182, "#FFFFFF", 3); canvas.graphics.drawLine(-140 + compas...

来源: Laya_示例 发布时间: 20241117

109. 输入设备-指南针 [ 75%]

... compassImg.pivot(compassImg.width / 2, compassImg.height / 2); compassImg.pos(Laya.stage.width / 2, 400); } createDirectionIndicator() { const Sprite = Laya.Sprite; directionIndicator = new Sprite(); Laya.stage.addChild(directionIndicator); directionIndicator.alpha = 0.8; directionIndicator.graphic...

来源: Laya2.0_示例 发布时间: 20241117

110. drawTextures BUG [ 75%]

...能正常了                 this._inner_drawTexture(tex, bmpid, pos[ipos++] + tx, pos[ipos++] + ty, tex.width, tex.height, null, null, 1.0, false);   附件 : --> 2022-06-22 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 ...

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