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

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

671. 加载不了模型 [ 52%]

...-default001.lm",Laya.Handler.create(this,this.onCreateComplete));       function onCreateComplete() {    var mesh = Laya.loader.getRes("cj\cj-default001.lm");   var meshSprite3D = new Laya.MeshSprite3D(mesh);   this.scene.addChild(meshSprite3D); } //modelshow = new Laya.MeshSprite3D(Laya.Mesh...

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

672. IDE创建3D示例项目(ActionScript-3D基础(AS3)-快速开始一个LayaAir3D项目) [ 52%]

...innPhongMaterial(); Texture2D.load("res/layabox.png", Handler.create(null, function(tex:Texture2D):void { material.albedoTexture = tex; })); box.meshRenderer.material = material; ``` #####

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

673. 为什么会出现报错 ani not found:ufo1_down [ 52%]

...设定了大飞机的血量,可是打一下就死了。    var Game = (function(){ (function Game(){ // 子弹发射偏移位置表 this.bulletPos = [[0],[-15,15],[-30,0,30],[-45,-15,15,45]]; // 关卡等级 this.level = 0; // 升级等级所需要的成绩数量 this.levelUpScore = 0; // 积分...

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

674. localRotationEulerY旋转位置错误 [ 52%]

...     Laya.Texture2D.load("res/grass.png", Laya.Handler.create(this, function (tex: Laya.Texture2D): void {             planeMat.albedoTexture = tex;         }));         //设置纹理平铺和偏移         var tilingOffset = planeMat.tilingOffset...

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

675. 微信小游戏利用开放域好友关系链做排行榜 [ 52%]

...         year: (new Date()).getFullYear()         },null,function(message){             let wx = Laya.Browser.window.wx;             let openDataContext = wx.getOpenDataContext();              var rankTexture:Laya.Texture = new Laya.Texture(Laya....

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

676. 微信开放数据域加载图片后报错 Cannot read property 'USER_DATA_PATH' of undefined [ 52%]

...者请问有其他可行的方法吗     //子域代码示例  public function LayaSample() {             MiniAdpter.init(true,true);             Laya.init(800,600);              Laya.stage.scaleMode = Stage.SCALE_FIXED_AUTO;             Laya.stage...

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

677. 3D加载不了 [ 52%]

...-default001.lm",Laya.Handler.create(this,this.onCreateComplete));       function onCreateComplete() {    var mesh = Laya.loader.getRes("cj\cj-default001.lm");   var meshSprite3D = new Laya.MeshSprite3D(mesh);   this.scene.addChild(meshSprite3D); } //modelshow = new Laya.MeshSprite3D(Laya.Mesh...

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

678. tiledMap问题,getTileProperties获取地图属性不能获取到 [ 52%]

...属性名称     *@return     */     __proto.getTileProperties=function(index,id,name){         if (this._tileProperties[index] && this._tileProperties[index][id]){             return this._tileProperties[index][id][name];         }         ret...

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

679. ViewStack属性详解(ActionScript-IDE篇(AS3)-IDE组件属性详解) [ 52%]

...viewStack组件的测试页面**/ private var comp:ComponentDemoUI; public function ComponentDemo() { Laya.init(1334,750, WebGL); Laya.stage.scaleMode = "full"; Laya.stage.bgColor = "#ffffff"; //加载图集成功后,执行onLoaded回调方法 Laya.loader.load("./res/atlas/ui.atlas", Handler.creat...

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

680. tiledMap 官方示例都运行不了 [ 52%]

...ministrator/Documents/myLaya/Hello/bin/libs/laya.core.js:14980:8)     at Function.Loader.checkNext (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:15016:40)     at Loader.__proto.complete (file:///C:/Users/Administrator/Documents/myLaya/Hello/bin/libs/laya.core.js:14...

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