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

大约有 670 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)

631. 内存释放问题 [ 48%]

...any, showCompleteFun: Function): void { ResUIModuleManager.poolModulResDic.set(bigao.Utils.GlobalUtils.getClassNameClass(className), { resNames: resAltlasName, time: Laya.timer.currTimer }); ResUIModuleManager.loadModuleByName(resAltlasName, className, (cn) => { let sv: any = ui.UIControl.instanc...

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

632. laya.components.AnimationClip2D_API3.0 [ 48%]

...puMemory gpuMemory Methods _addReference _clearReference _removeReference _setCPUMemory _setCreateURL _setGPUMemory addEvent destroy duration event hasListener hermiteCurveSplineWeight isCreateFromURL off offAll offAllCaller on once destroyUnusedResources Object literals tween Constructors construct...

来源: Laya3.0_api 发布时间: 20231115

633. laya.d3.core.render.command.CommandBuffer_API3.0 [ 48%]

...gle clearRenderTarget drawMesh drawMeshInstance drawRender getCommandsSize setGlobalColor setGlobalInt setGlobalMatrix setGlobalNumber setGlobalTexture setGlobalVector setGlobalVector2 setGlobalVector3 setRenderTarget setShaderDataColor setShaderDataInt setShaderDataMatrix setShaderDataNumber setSha...

来源: Laya3.0_api 发布时间: 20231115

634. 如何使用vscode编译laya项目 [ 47%]

...+ "/.rpt2_cache", tsconfig:workSpaceDir + "/tsconfig.json", check: true, //Set to false to avoid doing any diagnostic checks on the code tsconfigOverride:{compilerOptions:{removeComments: true}}, include:/.*.ts/, }),3、compile.js 完整代码如下 // v1.2.2 //获取Node插件和工作路径 [b]let...

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

635. laya.d3.renderobjs.nativeobj.NativeShaderData_API3.0 [ 47%]

...ffer getValueData getVector getVector2 getVector3 hasDefine removeDefine reset setBool setBuffer setColor setInt setMatrix4x4 setNumber setShaderData setTexture setUniformBuffer setValueData setVector setVector2 setVector3 Properties _dataType _dataType: MemoryDataType Implementation of INativeUploa...

来源: Laya3.0_api 发布时间: 20231115

636. 引擎 TiledMap 居然不支持图块翻转 [ 47%]

...             super(...arguments);             this._tileTextureSet = null;             this._aniName = null;         }         setTileTextureSet (aniName, tileTextureSet) {             this._aniName = aniName;             this._tileTextureSet = tileTextureSet; ...

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

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

...er(); //加载网格 Laya.Mesh.load("res/threeDimen/skinModel/LayaMonkey/Assets/LayaMonkey/LayaMonkey-LayaMonkey.lm", Laya.Handler.create(this, function(mesh) { var layaMonkey = scene.addChild(new Laya.MeshSprite3D(mesh)); layaMonkey.transform.localScale = new Laya.Vector3(0.3, 0.3, 0.3); layaMonkey...

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

638. 构建apk后,java报错 [ 46%]

构建apk后,java报错 2018-11-26 18:31:43.514 4671-4671/? E/asset: setgid: Operation not permitted 2018-11-26 18:31:45.575 1505-1538/? E/PackageManager.DexOptimizer: Well this is awkward; package null had UID -1     java.lang.Throwable         at com.android.server.pm.PackageDexOptimizer....

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

639. laya.ui.LayoutBox [ 45%]

...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...

来源: Laya2.0_api 发布时间: 20190513

640. 描边Shader,使用了两个Pass [ 45%]

...LDMATRIX, Laya.Shader3D.PERIOD_SPRITE], 'u_Texture': [OutlineMaterial.DIFFUSETEXTURE, Laya.Shader3D.PERIOD_MATERIAL] } var outlineShader = Laya.Shader3D.add("OutlineShader", attributeMap, uniformMap); var outline_vs = ` attribute vec4 a_Position; uniform mat4 u_MvpMatrix; uniform mat4 u_WorldMat; at...

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