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

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

851. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 53%]

# LayaAir和原生Dom 在开发项目中,开发者难免遇到dom元素支持,但是LayaAir中不支持或者支持的不完善。那么本节我们就来看下在开发中遇到的一些技巧。 ### LayaAir之SVG 什么是svg?可能大部分开发者听说过这个名词,或者也知道它...

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

852. 位图字体的制作与使用(ActionScript-LayaAir基础篇(AS3)-文本) [ 53%]

...义的文本,就可以在项目中做出好看的文本显示效果。在LayaAir 同样支持位图字体的使用与显示。下面是位图字体在LayaAir中的使用效果。 ### 制作位图字体 ​ 1.将需要导出使用的文字写在一个txt文内。 ​ ![图片1.png](http://ldc.layab...

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

853. laya.d3.core.SimpleSkinnedMeshRenderer_API3.0 [ 53%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/core/SimpleSkinnedMeshRenderer" SimpleSkinnedMeshRenderer Class SimpleSkinnedMeshRenderer Hierarchy SkinnedMeshRenderer SimpleSk...

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

854. 加载SPINE骨骼动画资源无法为png指定版本号 [ 53%]

...经常会发现,版本号改了,但缓存问题还是存在。所以,LayaAirIDE为了解决这个问题,在发布的时候,推出了版本管理的功能。启用版本管理功能后,直接更改了文件名。如果下一个版本发布的时候,某个文件进行了改动。那只...

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

855. laya.d3.component.volume.batchvolume.StaticInstanceBatchRender_API3.0 [ 52%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/BatchVolume/StaticInstanceBatchRender" StaticInstanceBatchRender Class StaticInstanceBatchRender StaticInstance...

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

856. 运行配置 · LayaAir3.4 · 引擎文档 · LAYABOX [ 52%]

...布为渲染表现提供了更大的灵活性,尤其适用于需要将 LayaAir 渲染内容与其他 HTML 元素进行叠加显示的场景。例如,将 3D 粒子效果叠加在网页 UI 之上、在 HTML 页面中嵌入 3D 场景,或在可视化与 AR 等应用中实现特殊的透明叠加...

来源: Laya3.0_文档 发布时间: 20251231

857. 可以帮我测试一下吗? 使用mask的场景,放着就会出现记忆体用完的讯息? [ 52%]

...n目录下的某个场景json文件。。竟然无法自动生成了? liblayaair.so 总是崩溃,有没有官方人员帮忙解决一下啊 LayaAir3D UnityPlugin 使用须知-版本更新-问题解答(最新版本:1.7.16) 编译调试启动chrome出现错误: Error processing launch: Error...

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

858. 对游戏中各种控件字体样式使用“白鹭style”样式表 [ 52%]

...什么要写成Laya["getset"],而不写成Laya.getset 呢?是因为ts的LayaAir.d.ts中没公开这个方法,但其实js源码中是有的。我这里不想去改LayaAir.d.ts这个文件。所以用了中括号语法。ts最终编译成了js,实际执行时毫无问题的。   7.实际ui界...

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

859. laya.d3.component.volume.batchvolume.BatchRender_API3.0 [ 52%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "laya/d3/component/Volume/BatchVolume/BatchRender" BatchRender Class BatchRender 类用来描述合批的渲染节点 Hierarchy BaseRende...

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

860. 动态加载代码后,总是出现 ProgressBar is not a constructor [ 52%]

LayaAir引擎 动态加载代码后,总是出现 ProgressBar is not a constructor //动态加载js文件--my.js function loadJs(jspath,defer = true) { //得到html的头部dom // var theHead = document.getElementsByTagName('head').item(0); var theHead = document.getElementsByTagName('body').item(...

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