大约有 3,291 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0092 秒)
... uploadUniformNum Properties Static AllShow AllShow: Array<StatUIParams> = [Stat.FPSStatUIParams, Stat.NodeStatUIParams, Stat.Sprite3DStatUIParams, Stat.DrawCall, Stat.TriangleFace, Stat.RenderNode, Stat.SkinRenderNode, Stat.ParticleRenderNode, Stat.FrustumCulling, Stat.OpaqueDrawCall, Stat.Tr...
来源: Laya3.0_api 发布时间: 20231115
... if ((flags & PhysicsComponent.COLLISIONFLAGS_KINEMATIC_OBJECT) > 0) flags = flags ^ PhysicsComponent.COLLISIONFLAGS_KINEMATIC_OBJECT; flags = flags | PhysicsComponent.COLLISIONFLAGS_STATIC_OBJECT; } else { ...
来源: Laya_社区 发布时间: 20200505
... Static getMeshDefine getMeshDefine(mesh: Mesh, out: Array<ShaderDefine>): void Defined in laya/d3/resource/models/MeshUtil.ts:15 获得mesh的宏 Parameters mesh: Mesh Mesh out: Array<ShaderDefine> define Returns void Globals "laya/d3/resource/models/MeshUtil" MeshUtil getMeshDefine Leg...
来源: Laya3.0_api 发布时间: 20231115
...tors constructor new AtlasResource(dir: string, textures: Array<Texture>, frames: Array<Texture>): AtlasResource Overrides Resource.__constructor Defined in laya/resource/AtlasResource.ts:9 实例化体格大图合集资源 Parameters dir: string textures: Array<Texture> frames: Ar...
来源: Laya3.0_api 发布时间: 20231115
...demo了,直接浏览器控制台输入 Laya.loader.load("aa").then(res=>{console.log("success",res)}).catch(res=>{console.log("fail",res)}) 期望返回失败 实际返回成功 附件 : --> 2023-09-04 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请: ...
来源: Laya_社区 发布时间: 20230904
....arm64_v8a.apk!liblayaair.so (laya::imp_JS2CFunc<v8::Local<v8::Value> (laya::JSTextMemoryCanvas::*)(char const*, int, int, int)>::call(v8::FunctionCallbackInfo<v8::Value> const&)+392) (BuildId: 119e13b807d2ae2ca1ea92dca76f354029cbcb3d) #03 pc 0x0000000000cc85f4 /data/app...
来源: Laya_社区 发布时间: 20241206
...选择本地文件 这是index.html加的 <input type="file" id="file"> <script type="text/javascript"> function openFile(){ document.getElementById("file").click(); } ts里调用 openFile() 弹不出文件选择框 请问该用什么方法 2017-07-06 添加评论 免费帖 --> 分...
来源: Laya_社区 发布时间: 20170706
... { wx.login( { success: (res) => { if (res.code) { code= res.code; console.log("登陆成功,获取到code") ...
来源: Laya_社区 发布时间: 20180911
...PostProcessRenderContext tempRenderTextures : Vector.<RenderTexture> 临时纹理数组。PostProcessRenderContextProperty Detailcamerapropertypublic var camera:Camera = null 渲染相机。commandproperty public var command:CommandBuffer = null 后期处理指令流。compositeDefineDatap...
来源: Laya2.0_api 发布时间: 20190513
layadcc 原理 每次项目变化跟新都采用 导出 -> release文件夹下面打layadcc. -> 取差异文件跟新到服务器 但是发现有一些很久不曾改过的资源也开始走差异跟新,用到的时候从服务器上下载了。 不知道是否我这样的跟新的方...
来源: Laya_社区 发布时间: 20210316