大约有 670 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0058 秒)
Laya3.0_api(269) Laya_社区(228) Laya2.0_api(93) laya_api(49) Laya2.0_文档(19) Laya3.0_文档(10) Laya2.0_示例(1) Laya_示例(1)
...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
...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
...gle clearRenderTarget drawMesh drawMeshInstance drawRender getCommandsSize setGlobalColor setGlobalInt setGlobalMatrix setGlobalNumber setGlobalTexture setGlobalVector setGlobalVector2 setGlobalVector3 setRenderTarget setShaderDataColor setShaderDataInt setShaderDataMatrix setShaderDataNumber setSha...
来源: Laya3.0_api 发布时间: 20231115
...+ "/.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
...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
... super(...arguments); this._tileTextureSet = null; this._aniName = null; } setTileTextureSet (aniName, tileTextureSet) { this._aniName = aniName; this._tileTextureSet = tileTextureSet; ...
来源: Laya_社区 发布时间: 20220627
...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
构建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
...e(如果父节点手动设置为false,则不会更改)。 Sprite mouseThrough : Boolean = false 鼠标事件与此对象的碰撞检测是否可穿透。碰撞检测发生在鼠标事件的捕获阶段,此阶段引擎会从stage开始递归检测stage及其子对象,直到找到命中的...
来源: Laya2.0_api 发布时间: 20190513
...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