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

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

1051. 输入设备-指南针 [ 60%]

...tage.scaleMode = Stage.SCALE_SHOWALL; Laya.stage.bgColor = "#232628"; Laya.loader.load(compassImgPath, Handler.create(this, this.init)); } init() { const Gyroscope = Laya.Gyroscope, Event = Laya.Event; // 创建罗盘 this.createCompass(); // 创建方位指示器 this.createDirectionIndicator(); //...

来源: Laya2.0_示例 发布时间: 20241119

1052. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 60%]

...var resourceArray = [ { url:"res/atlas/comp.atlas" , type : Laya.Loader.ATLAS} ]; Laya.loader.load(resourceArray,Laya.Handler.create(null,loadResourceComplete)); } function loadResourceComplete() { Laya.stage.addChild(new LoginView()); } })(); feiguangfu • 2018-03-16 09:55 这个是主...

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

1053. 高级应用-实时阴影 [ 60%]

...糊等级,越大越高,更耗性能 directionLight.shadowPCFType = 3; Laya.loader.create([ "../../res/threeDimen/staticModel/grid/plane.lh", "../../res/threeDimen/skinModel/LayaMonkey/LayaMonkey.lh" ], Laya.Handler.create(this, onComplete)); var _quaternion = new Laya.Quaternion(); Laya.timer.frameL...

来源: Laya_示例 发布时间: 20241119

1054. 3D场景销毁后,仍有引用存在,内存中场景及引用其的对象无法销毁 [ 59%]

...;          this.scene.addChild(this.camera);         Laya.loader.create("res/scene_Effect/Conventional/Effect_zhujue_attack.lh", Laya.Handler.create(this, () => {              let item = Laya.loader.getRes("res/scene_Effect/Conventional/Effect_zhujue_attack.lh...

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

1055. 动效模板(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 59%]

...认应用程序。编写代码如下: ```java package { import laya.net.Loader; import laya.utils.Handler; import ui.EffectAnimationDemoUI; public class Main { public function Main() { //初始化舞台 Laya.init(1334,750); //设置舞台背景色 Laya.stage.bgColor = "#ffffff" //加载图集资...

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

1056. 除了localStorage,laya还支持哪些缓存? [ 59%]

...后过五六个小时后才不会报这个错。。才能进去 请问下loader如何强制加载一个文件,避免浏览器的缓存 Laya拖尾怎么停止或清除,比如要瞬移角色的时候停止。伤脑壳~~!! Animation 的createFrames 使用已经加载的图集缓存动画失败 ...

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

1057. 微信关系链:LayaAir引擎针对微信小游戏好友关系链实现方案 [ 59%]

...; } private function beginLoad():void { //加载引擎需要的资源 Laya.loader.load("res/atlas/comp.atlas", Handler.create(this, onLoaded)); } private function onLoad2():void { Laya.timer.once(2000, this, onLoaded); } private function onLoaded():void { //实例UI界面 //var testView:TestView = n...

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

1058. 添加了MouseJoint没有效果 [ 59%]

添加了MouseJoint没有效果 代码:   let ropePartTexture = Laya.loader.getRes("test/b1.png"); let ropePart : Sprite = new Sprite(); ropePart.texture = ropePartTexture; ropePart.pos(48*vw,10*vh); ropePart.width = 4*vw; ropePart.height = 10*vh; let boxCollider = new laya.physics.BoxCollider()...

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

1059. Laya.Sprite mouseX出错 [ 59%]

...and()出错 微信关系链开发,如果在开放域那边使用Laya.loader.load加载就会出错 使用WebGL后,图片加载出错,不使用可以正常加载 问题状态 最新活动: 2017-12-22 18:33 浏览: 582 关注: 2 人

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

1060. 2.0版本Laya.MiniAdpter为空 [ 59%]

...器怎么设置对齐 2.0版本 CameramoveScript添加就报错 2.0版本Loader加载不同目录下的相同文件名的图片有问题 请问2.0版本JS文件逻辑代码改变一定要编译一次,浏览器才能更新吗? 龙骨插件bug反馈 测试使用1.7.19和2.0版本 2.0版本 碰撞...

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