大约有 5,033 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0130 秒)
Laya_社区(4935) Laya2.0_文档(33) Laya3.0_文档(20) Laya3.0_api(13) Laya_示例(12) Laya2.0_示例(11) Laya2.0_api(7) laya_api(2)
...服务器中。 下面是主类的逻辑: class LayaUISample { constructor() { //初始化引擎 Laya.init(0,0); var Hls:any = Laya.Browser.window.Hls;//获取对Hls的引用。 var plyr:any = Laya.Browser.window.plyr;//获取对plyr的引用 //获取video对象,就是页面上命名为“player...
来源: Laya3.0_文档 发布时间: 20251010
...tterText.width>>1 +offsetPos.offsetX; letterText.y = 400; Laya.Tween.to(letterText,{y:100,update:new Laya.Handler(this,this.changeColor,[letterText])},3000,Laya .Ease.backOut,Laya.Handler.create(this,this.onEaseComplete),1000,null,true); function onEaseComplete(){ console.log("ease complete");...
来源: Laya_社区 发布时间: 20180620
...ECT * FROM log ORDER BY priority DESC , time DESC LIMIT 20 D/Analytics.LogStoreMgr.4837.621( 4837): [get] LogStoreMgr,[get]: D/Analytics.UploadMgr$4.4837.621( 4837): [onUploadExcuted],mCurrentUploadInterval:30000 D/Analytics.CommitTask.4837.624( 4837): [run] CommitTask,check&commit event:65503 D...
来源: Laya_社区 发布时间: 20170320
...(7884): game_plugin_set_option key=gameUrl value=http://engine.develop.monitor.com/wheat/index.js 07-04 20:55:27.117: D/LayaGameEngine(7884): game_plugin_init url =http://engine.develop.monitor.com/wheat/index.js 07-04 20:55:27.117: D/LayaGameEngine(7884): url=http://engine.develop.monitor.com/wheat...
来源: Laya_社区 发布时间: 20190704
...sh(0.1, 0.1, 0.1))) as Laya.MeshSprite3D; box.transform.rotate(new Laya.Vector3(0, 45, 0), false, false); var material: Laya.StandardMaterial = new Laya.StandardMaterial(); material.diffuseTexture = Laya.Texture2D.load("res/layabox.png"); box.meshRender.material = material; var layaMonkey = scene.ad...
来源: Laya_社区 发布时间: 20180312
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 用了第三方socket类 项目在IDE上可以连接正常运行,为什么打包APK之后在手机上就连接不上socket layaAir TS项目如何引用protoBuf库? 谷歌浏览器播放mp3出现The AudioCont...
来源: Laya_社区 发布时间: 20211112
...启动chrome出现错误: Error processing launch: Error Could not attach to main target 分享:适配LayaAir版本的PureMVC框架 谷歌浏览器播放mp3出现The AudioContext was not allowed to start. 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致...
来源: Laya_社区 发布时间: 20170828
...错 Scene: the .lh file root type must be Scene,please use other function to load this file.;at api readFile success callback function Error: Scene: the .lh file root type must be Scene,please use other function to load this file. at Scene.__proto.onAsynLoaded (http://127.0.0.1:62629/game/code.js:81...
来源: Laya_社区 发布时间: 20180323
...撞器)中运行即可: class PhysicsWorldBaseCollider{ constructor(){ //初始化引擎 Laya3D.init(0, 0); //设置画布模式 Laya.stage.scaleMode = Laya.Stage.SCALE_FULL; Laya.stage.screenMode = Laya.Stage.SCREEN_NONE; ...
来源: Laya_社区 发布时间: 20201127
...DisplacementMapFilter 能不能做到“分步 多次 热更新” Tween.to时添加滤镜 实线描边的滤镜如何实现?目前只有发光滤镜 使用发光滤镜和模糊滤镜一直报错 问题状态 最新活动: 2018-01-09 16:27 浏览: 1100 关注: 2 人
来源: Laya_社区 发布时间: 20180109