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

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

51. 手机QQ厘米秀GLTF模型使用说明(TypeScript-小游戏适配文档-QQ小游戏) [ 51%]

... return; var layer: AnimatorControllerLayer = new AnimatorControllerLayer("test"); var animatorState: AnimatorState = new AnimatorState(); animatorState.clip = clip; layer.addState(animatorState); layer.defaultState = animatorState; layer.playOnWake = true; animator.addControllerLayer(layer); layer....

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

52. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 50%]

...egory.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing and displaying logcat messages from application. This behavior can be disabled in the "Logcat output" section of the "Debugger" settings page. D/dalvikvm: Late-...

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

53. ShaderPass介绍(TypeScript-3D基础(TS)-LayaAir3D之Shader) [ 48%]

...ATE_BLEND_SRC, 's_BlendDst': Laya.Shader3D.RENDER_STATE_BLEND_DST, 's_DepthTest': Laya.Shader3D.RENDER_STATE_DEPTH_TEST, 's_DepthWrite': Laya.Shader3D.RENDER_STATE_DEPTH_WRITE } var shader = Laya.Shader3D.add("BLINNPHONG", null, null, true); var subShader = new Laya.SubShader(attributeMap, uniformMa...

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

54. ShaderPass介绍(ActionScript-3D基础(AS3)-LayaAir3D之shader) [ 47%]

...ATE_BLEND_SRC, 's_BlendDst': Laya.Shader3D.RENDER_STATE_BLEND_DST, 's_DepthTest': Laya.Shader3D.RENDER_STATE_DEPTH_TEST, 's_DepthWrite': Laya.Shader3D.RENDER_STATE_DEPTH_WRITE } var shader = Laya.Shader3D.add("BLINNPHONG", null, null, true); var subShader = new Laya.SubShader(attributeMap, uniformMa...

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

55. dcc下载超时 [ 47%]

...()  07-04 20:55:27.291: E/(7884): m_pPlatform = layaair.game.Market.MarketTest@89945ff 07-04 20:55:27.337: I/LayaBox(7884): setLocalizable:0 07-04 20:55:27.337: I/LayaBox(7884): JNI setIsPlug:0 07-04 20:55:27.337: I/LayaBox(7884): JNI seturl:http://engine.develop.monitor.com/wheat/index.js 07...

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

56. unity 导出问题 animator出错 [ 47%]

...e4d 赞同来自: U3D导出的 unitypackage,  你试试吧, 谢谢了 test.rar 2017-11-09 0 12 分享 微博 QZONE 微信 game4d 赞同来自: @ymsdandan:新版本的资源导出工具出没?   链接给我一个  KeyNotFoundException: The given key was not present in the dictionary. Syste...

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

57. ShaderPass介绍(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 44%]

...ATE_BLEND_SRC, 's_BlendDst': Laya.Shader3D.RENDER_STATE_BLEND_DST, 's_DepthTest': Laya.Shader3D.RENDER_STATE_DEPTH_TEST, 's_DepthWrite': Laya.Shader3D.RENDER_STATE_DEPTH_WRITE } var shader = Laya.Shader3D.add("BLINNPHONG", null, null, true); var subShader = new Laya.SubShader(attributeMap, uniformMa...

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

58. 实体组件系统 · LayaAir3.0文档 · LAYABOX [ 42%]

...示例代码如下: const { regClass, property } = Laya; //枚举 enum TestEnum { A, B, C }; //字符串形式的枚举 enum Direction { Up = 'UP', Down = 'DOWN', Left = 'LEFT', Right = 'RIGHT' }; @regClass() export class Script extends Laya.Script { @property(Number)//数字类型,等价于{ ty...

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

59. 微信小游戏提审后,提示说代码侵权 [ 38%]

... } } } }) }); } }); } function changeDode(phppath){ //const phppath = "D:/test/PlayGameCtrl.ts"; //phppath = "D:/test/HomeTop.ts"; console.log("执行文件:" + phppath); let phpContent = fs.readFileSync(phppath, { encoding: "utf8" }); //console.log(phpContent); //====修改私有方法名========...

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

60. 关于截屏的问题 [ 37%]

...veAsPng( arrayBuff,width,height,Laya.Browser.window.conch.getCachePath()+"/test.png" ); console.log("onCharge-------------------------4"); Laya.Browser.window.globalImage = window.document.createElement("img"); console.log("onCharge-------------------------5"); Laya.Browser.window.globalImage.onload...

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