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

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

12811. 导出素材,不拷贝未打包资源 [ 41%]

...found in: npm ERR!     C:\Users\itadmin3\AppData\Roaming\npm-cache\_logs\2017-10-27T02_56_ 14_026Z-debug.log 2017-10-27 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 3 个回复 Monica - 知识达人 赞同来自: 不太...

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

12812. laya.display.Animation_API3.0 [ 40%]

...adAtlas("resource/ani/fighter.json");//加载图集并播放 animation.x = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对象的显示位置。 animation.y = 200;//设置 animation 对象的属性 x 的值,用于控制 animation 对象的显示位置。 animation.inter...

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

12813. laya.d3.core.material.SkyProceduralMaterial_API3.0 [ 40%]

...erDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByInd...

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

12814. unity资源导出的bug [ 40%]

...e mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) (at <ac823e2bb42b41bda67924a45a0173c3>:0) System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, Syst...

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

12815. 有关Laya3D碰撞检测疑问 [ 40%]

...ya.Vector3(0, 0, 0), new Laya.Vector3(0, 0, 0)); private point: Laya.Vector2 = new Laya.Vector2(); private _outHitAllInfo: Array<Laya.RaycastHit>;  private camera: Laya.Camera; private label: Laya.Label; constructor() { Laya3D.init(0, 0, true); Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; La...

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

12816. CameraMoveScript.as在哪儿下载群里的有错 [ 40%]

... camera:BaseCamera = owner.scene.currentCamera; 没有了 -- currentCamera 2017-02-18 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: 与内容相关的链接 提交 2 个回复 Laya_XS 赞同来自: 官网有github地址,或者你在github上搜索layaair...

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

12817. socket通讯返回数据 [ 40%]

...e, type: "error", target: WebSocket, currentTarget: WebSocket, eventPhase: 2…} 关闭事件 CloseEvent {wasClean: false, code: 1006, reason: "", type: "close", target: WebSocket…} //-------------------------------------------------------------------------------------------------- 如果 运行 ...

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

12818. viewportPointToRay产生的射线始终有偏差,是为什么? [ 40%]

...么? 我使用这种方式构造了一个射线: let point = new Vector2(Laya.stage.mouseX, Laya.stage.mouseY); camera.viewportPointToRay(point, this._ray);然后发现ray构造出来的位置始终不对,我沿着ray的方向放了一组3D物体,和从屏幕点击下去的位置始终有一...

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

12819. laya.d3.core.pixelline.PixelLineMaterial_API3.0 [ 40%]

...erDataByIndex getShaderPropertyValue getTexture getTextureByIndex getVector2 getVector2ByIndex getVector3 getVector3ByIndex getVector4 getVector4ByIndex hasDefine hasListener isCreateFromURL off offAll offAllCaller oldparseEndEvent on once removeDefine setBool setBoolByIndex setBuffer setBufferByInd...

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

12820. 请问object层中添加的sprite怎么添加点击事件 [ 40%]

...and_ld1.png"); flower.pos(budai.x, budai.y); flower.alpha=1; flower.pivotX=25; flower.pivotY=80; flower.zOrder = budai.y; flower.autoSize = true; flower.height = 100; flower.width = 100; flower.size(100,100); flower.on(Laya.Event.CLICK,this,function() {    alert("My Name is Bear"); }); mallLayer....

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