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

大约有 2,384 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0290 秒)

671. 在线急等,发现你们这个编译器一个bug,不能实现负负得正 [ 77%]

... l13273866189 赞同来自: _proto_.moveDownBall = function(){ this.ball.x -= this.vx; this.ball.y += this.vy; console.log("111111"); this.vy *= 0.99; this.vy += 0.25; console.log("222222"); if (this.ball.y + this.vy >= this.stageHeight ||this.ball.y + this.vy <= 0) { this.vy = -this.vy; } if ...

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

672. 3d物理 刚体旋转bug 2.17到2.12都有 [ 77%]

...m.position; var btPosition = PhysicsComponent._btVector30; if (shapeOffset.x !== 0 || shapeOffset.y !== 0 || shapeOffset.z !== 0) { var physicPosition = PhysicsComponent._tempVector30; var worldMat = transform.worldMatrix; Laya.Vector3.transformCoordinate(shapeOffset, worldMat, physicPosition); bt.b...

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

673. laya.map.TiledMap_API3.0 [ 77%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/map/TiledMap" TiledMap Class TiledMap tiledMap是整个地图的核心 地图以层级来划分地图(例如:地表层,植被...

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

674. [LayaAirIDE3][3.1.0 B2] 继承PixelLineRenderer的脚本会在编辑器中触发onUpdate [ 77%]

[LayaAirIDE3][3.1.0 B2] 继承PixelLineRenderer的脚本会在编辑器中触发onUpdate   无法关闭,且没有开启编辑器运行的功能.附件是ts脚本,随便挂在一个3d精灵上就能复现. 附件 : --> uptest.zip 2023-12-09 添加评论 免费帖 --> 分享 微博 QZONE 微信 没...

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

675. WebXR · LayaAir3.4 · 引擎文档 · LAYABOX [ 77%]

WebXR使用说明一、WebXR简介二、WebXR的现状与前景三、LayaAir引擎WebXR应用WebXR使用说明 一、WebXR简介 WebXR 是一组支持将渲染3D场景用来呈现虚拟世界(虚拟现实,也称作VR)或将图形图像添加到现实世界(增强现实,也称作AR)的...

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

676. 3D旋转如何做tween缓动?目前尝试了localRotationEuler,rotationEuler。 [ 77%]

...rm, {                          localRotationEulerX : ls.x,                         localRotationEulerY : ls.y,                         localRotationEulerZ : ls.z,                           local...

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

677. laya.map.TileAniSprite [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TileAniSpriteProperties | Methods | Events Packagelaya.mapClasspublic class TileAniSpriteInheritanceTileAniSprite Sprite Node EventDispatcher Object TildMap的动画显示对象(一个动画(TileTexSet),可以...

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

678. 图集打包的边距问题 [ 77%]

...到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 cuixueying 赞同来自:   增加1像素的间距是需要你去设置的,双击资源面板下的资源,选择图片类型为repeat,才是在导出图集的时候自动增加一像素,如果不设置的话应该不会...

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

679. laya.ui.RadioGroup_API3.0 [ 77%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/ui/RadioGroup" RadioGroup Class RadioGroup RadioGroup 控件定义一组 Radio 控件,这些控件相互排斥; 因此,用户...

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

680. laya.ui.ColorPicker [ 77%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames ColorPickerProperties | Methods | Events Packagelaya.uiClasspublic class ColorPickerInheritanceColorPicker Component Sprite Node EventDispatcher Object ColorPicker 组件将显示包含多个颜色样本的列表,用...

来源: laya_api 发布时间: 20170929