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

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

601. laya.d3.core.MeshRenderer [ 45%]

...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

602. [LayaAirIDE3]layaairIde 在mac系统中运行没有界面。mac 版本 10.15.7 ,node 20.11.1,npm 10.2.4, [ 45%]

...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

603. video在安卓手机上,怎么设置同层播放,还有怎么设置隐藏控制播放按钮 [ 45%]

...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

604. LayaAirIDE2.7版本导出类名不正确问题 [ 45%]

...?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间   那么临时的解决方案就是修改...

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

605. 在native下 Laya.Browser.window.Blob不存在 [ 44%]

...来自: 如果图片的数据是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

606. laya.d3.core.Camera_API3.0 [ 44%]

...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

607. js进度,进度,js场景进度效果 [ 44%]

...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

608. 动画混合问题,Avatar动画混合报错. [ 44%]

.../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

609. ios打包单机版本问题,显示conchShader找不到和Status bar could not find cached time string image. 然后直接黑屏!!!!!! [ 44%]

... 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

610. 反射探针的使用说明(TypeScript-3D基础(TS)-LayaAir3D之灯光) [ 44%]

...针面板最下面的Bake按钮, 或者,在Unity的菜单栏Window-->Rendering-->Lighting Settings打开Lighting面板,点击最下方的Generate Lighting按钮。 然后导出场景。在LayaAir中直接加载`.ls`文件,就可以很方便的看到你搭建的反射探针场景。 > 当前...

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