大约有 850 项符合查询结果, 库内数据总量为 31,722 项。 (搜索耗时: 0.0059 秒)
Laya_社区(493) Laya3.0_api(132) Laya2.0_api(81) laya_api(63) Laya2.0_文档(40) Laya3.0_文档(25) Laya_示例(13) Laya2.0_示例(3)
...cumentationAll Packages | All Classes | Index | Frames No Frames MeshRendererProperties | Methods Packagelaya.d3.coreClasspublic class MeshRendererInheritanceMeshRenderer BaseRender EventDispatcher ObjectSubclasses SkinnedMeshRenderer MeshRenderer 类用于网格渲染器。 Public Propertie...
来源: Laya2.0_api 发布时间: 20190513
...n: /usr/lib/libSystem.B.dylib Error sending from webFrameMain: Error: Render frame was disposed before WebFrameMain could be accessed at n.send (node:electron/js2c/browser_init:165:417) at b.send (node:electron/js2c/browser_init:161:2494) at notifyFocusStatus (/Applications/La...
来源: Laya_社区 发布时间: 20240318
...ement); // 设置Video元素地样式和属性 videoElement.style.zIndex = Render.canvas.style.zIndex+1; videoElement.src = this.url; videoElement.controls = false;//不现实控制播放按钮 // videoElement.autoplay = "autoplay";//自动播放 // videoElement.poster = GoldConsts.imgUrl; //设置...
来源: Laya_社区 发布时间: 20180313
...?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间 那么临时的解决方案就是修改...
来源: Laya_社区 发布时间: 20200809
...来自: 如果图片的数据是bitmap的话可以用以下代码: if (Render.isConchApp) { if (_image) _image.conchDestroy(); _image = Browser.document.createElement("image"); _image.putImageData(bitmap,_w,_h); } 其他的数据无法显示 2018-02-02 0 0 分享 微博 QZONE 微信 daibao520 ...
来源: Laya_社区 发布时间: 20180201
...heDepth _cacheDepthTexture _extra _forward _scene _up _url clearFlag enableRender name tag useOcclusionCulling RENDERINGTYPE_DEFERREDLIGHTING RENDERINGTYPE_FORWARDRENDERING WORLDINVERTFRONT _contextScissorPortCatch Accessors active activeInHierarchy aspectRatio boundFrustum canblitDepth clearColor c...
来源: Laya3.0_api 发布时间: 20231115
...nit = function() { //判断当前渲染模式是WebGL还是Canvas if (Laya.Render.isWebGL) { Laya.init(800, 600, Laya.WebGL); Config.isAlpha = true; //设置画布是否透明,只对2D(WebGL)、3D有效。 Laya.stage.bgColor = "none"; //背景透明 } else { Laya.init(800, 600); Laya.stage.bgColor...
来源: Laya_社区 发布时间: 20170803
.../Program/PF_LAYA2.1/game/bin/libs/laya.d3.js:32831:12) at Stage.__proto.render (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.core.js:21408:23) at Stage.__proto._loop (file:///F:/Program/PF_LAYA2.1/game/bin/libs/laya.core.js:21357:8) at loop (file:///F:/Program/PF_LAYA2.1/game/bin/libs/l...
来源: Laya_社区 发布时间: 20191026
... layabox[4357:2763988] Status bar could not find cached time string image. Rendering in-process. 2018-04-28 15:33:09.747096+0800 layabox[4357:2763988] 有大佬ios打包单机app遇到过这种情况吗 2018-04-28 添加评论 悬赏 --> 分享 微博 QZONE 微信 没有找到相关结果 已邀请:...
来源: Laya_社区 发布时间: 20180428
...针面板最下面的Bake按钮, 或者,在Unity的菜单栏Window-->Rendering-->Lighting Settings打开Lighting面板,点击最下方的Generate Lighting按钮。 然后导出场景。在LayaAir中直接加载`.ls`文件,就可以很方便的看到你搭建的反射探针场景。 > 当前...
来源: Laya2.0_文档 发布时间: 20210715