大约有 756 项符合查询结果, 库内数据总量为 30,779 项。 (搜索耗时: 0.0056 秒)
Laya_社区(438) Laya3.0_api(111) Laya3.0_文档(48) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(24) Laya2.0_示例(9)
...ild' of null at IFrameRenderItem.__proto.show (file:///D:/LayaAirIDE/resources/app/out/vs/layaEditor/h5/layabuilder.max.js:26665:27) 二、社区手机号不能登陆 日志在附件“bug.rar”里,清了缓存用微信扫一扫倒是可以登 部分日志: layaSdk.js?v=1599645262:486 ...
来源: Laya_社区 发布时间: 20200909
...lass BaseRenderInheritanceBaseRender EventDispatcher ObjectImplements laya.resource.ISingletonElement, laya.d3.core.scene.IOctreeObjectSubclasses MeshRenderer, PixelLineRenderer, ShurikenParticleRenderer, TerrainRender, TrailRenderer Render 类用于渲染器的父类,抽象类不允许实例。 P...
来源: Laya2.0_api 发布时间: 20190513
...。 IOS修改方式如下: 构建好的项目路径: LayaRuntime-iOS\resource\scripts/index.js 最后修改下 window.loadConchUrl = loadUrl; //在这里获得需要的地址 //xhr... //xhr.onload=(){ // loadUrl(xhr.responsetext) //} loadUrl(conch.presetUrl || "http://runtime.layabox.com/la...
来源: Laya_社区 发布时间: 20170607
...ckage { import laya.display.Sprite; import laya.display.Stage; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_SwitchTexture { private var texture1:String = "../../../../res/apes/monkey2.png"; private var texture2:Strin...
来源: Laya_示例 发布时间: 20241119
... 代码如下: class main{ constructor(){ MapManager.getInstance().LoadMapResource(); } } new main(); class MapManager { private static s_instance = null; public static getInstance():MapManager { if(null==this.s_instance) { this.s_instance=new MapManager(); this.s_instance.init(); } return this.s_in...
来源: Laya_社区 发布时间: 20171124
...引用插件模块 ideModuleDir = "/Applications/LayaAirIDE 2.app/Contents/Resources/app/node_modules/"; workSpaceDir = "/test/layademos/fathero"; let gulp = require(ideModuleDir + "gulp"); let browserify = require("/usr/local/lib/node_modules/" + "browserify"); let source = require("/usr/local/lib/...
来源: Laya_社区 发布时间: 20181221
...e.on(Laya.Event.MOUSE_DOWN, () => { Laya.loader.load("resources/916.mp4").then(() => { this.play(); }); }) }同时建议您将“项目设置->缩放模式”更改为fixedwidth,便于手机调试。完整的dem...
来源: Laya_社区 发布时间: 20231007
...import laya.net.Loader; import laya.ui.TextArea; import laya.resource.Texture; import laya.maths.Point; import laya.utils.Tween; import laya.d3.resource.models.PrimitiveMesh; import laya.debug.DebugPanel; import laya.debug.DebugTool; import lay...
来源: Laya_社区 发布时间: 20170921
...t;code>Texture</code> 是一个纹理处理类。 */ //class laya.resource.Texture extends laya.events.EventDispatcher var Texture=(function(_super){ function Texture(bitmap,uv){ /**图片或者canvas 。*/ //this.bitmap=null; /**UV信息。*/ //this.uv=null; /**沿 X 轴偏移量。*/ this...
来源: Laya_社区 发布时间: 20180504
...ge.bgColor = "#efefef";//设置画布的背景颜色。 Laya.loader.load(["resource/ui/progress.png", "resource/ui/progress$bar.png"], Handler.create(this, onLoadComplete));//加载资源。 } private function onLoadComplete():void { progressBar = new ProgressBar("resource/ui/progress.png");//创建...
来源: Laya3.0_api 发布时间: 20231115