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

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

401. Laya.loader.load 教程代码出错 [ 50%]

...  运行后在 LayaSample.max.js 692行提示异常if (!tex.loaded){ tex.once("loaded",this,this._textureLoaded,[tex,args]);  编辑了好几次,这个代码的功能似乎有点问题。   代码现在是这个yang样子的:         public function LayaSample() {           ...

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

402. (最新版ide和库已经测试)iOS环境浏览器使用mask黑屏 [ 50%]

...clear(); this._sp.graphics.drawCircle(100, 100, 50, '#ffffff'); Laya.timer.once(3000, this, () => { this.img.mask = this._sp; }) }之后编译项目 2. 使用iphone手机的safari扫码功能运行项目 3秒中之后必现黑屏 手机型号: iphone 6s 系统 13.1.3 使用qq浏览器扫码一...

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

403. laya.d3.core.material.BlinnPhongMaterial_API3.0 [ 50%]

...tencilRef stencilTest stencilWrite thinknessTexture tilingOffset transmissionColor transmissionRata transmissionRate cpuMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addDefine clone cloneTo destroy effectiveProperty event getBool ge...

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

404. as3中如何定义html中的id参数 [ 49%]

...输入js或者json,而不是html路径 我应该如何处理 http 请求 once 的 回调参数,如何传递和接收? Graphic.drawTextures,第二个参数 pos:Array — 绘制次数和坐标,怎么写啊, 微信开发者工具与Html标签 问题状态 最新活动: 2018-06-25 15:42 浏览...

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

405. 打飞机点开始游戏加载飞机动画不出来,点重新开始,才出来,新手求助! [ 49%]

...ew Hero("hero", 25) hero.pos(100,200) Laya.stage.addChild(hero) Laya.timer.once(3000, this, gameOver) } function gameOver() { map.removeSelf() play.removeSelf() over = new GameOverUI() over.txt_score.text = "25" over.btn_restart.on(Event.MOUSE_UP,this,gameInit) Laya.stage.addChild(over); } hero类...

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

406. 苹果iOS审核Guideline 4.3 - Design [ 49%]

...uidelines and the Terms & Conditions of the Apple Developer Program. - Once your app is fully compliant, resubmit your app for review. When creating multiple apps where content is the only varying element, you should offer a single app to deliver differing content to customers. If you would like...

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

407. 苹果iOS审核被拒Guideline 4.3 - Design [ 49%]

...uidelines and the Terms & Conditions of the Apple Developer Program. - Once your app is fully compliant, resubmit your app for review. When creating multiple apps where content is the only varying element, you should offer a single app to deliver differing content to customers. If you would like...

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

408. 评论功能没用的吗? [ 49%]

...q1194265406 var staticMesh = Laya.Sprite3D.load("tlj/tlj.lh"); staticMesh.once(Laya.Event.HIERARCHY_LOADED, null, function (sprite) {       sprite.transform.position = new Laya.Vector3(0,0,-100); }); 在游戏中 调整模型的位置需要在场景加载完后进行操作! 2017-03-16 1 2 ...

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

409. laya.d3.component.physics.BoxCollider [ 49%]

...事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 Ev...

来源: laya_api 发布时间: 20170929

410. laya.d3.component.physics.SphereCollider [ 49%]

...事件。 EventDispatcher off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(type:String = null):EventDispatcher 从 EventDispatcher 对象中删除指定事件类型的所有侦听器。 Ev...

来源: laya_api 发布时间: 20170929