大约有 842 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0041 秒)
Laya_社区(496) Laya3.0_api(111) Laya3.0_文档(70) Laya_示例(45) Laya2.0_api(42) laya_api(39) Laya2.0_文档(30) Laya2.0_示例(9)
...Android: 工程目录下的assets/scripts/config.js IOS:工程目录下的resources/scripts/config.js ``` config.js中的内容如下所示,开发者可以根据自己的需求进行修改: ```javascript window.loadingView = new loadingView(); if(window.loadingView) { window.loadingView.loading...
来源: Laya2.0_文档 发布时间: 20210715
...er 类是可调度事件的所有类的基类。 Hierarchy EventDispatcher Resource Node Transform3D SoundChannel Sound HttpRequest Loader AnimatorState AnimatorState2D Physics AnimationPlayer AxiGamepad ButtonGamepad WebXRInput WebXRSessionManager Accelerator Shake Gyroscope Socket TimeLine Index M...
来源: Laya3.0_api 发布时间: 20231115
...的这句话是什么意思呢?意思是从LayaAirIDE安装目录中的resources\app\out\vs\layaEditor\renders\laya.editorUI.xml文件中取出类名对应XML节点的runClass属性值作为TS导出的类名,那么很显然在这XML里的runClass全部都是小写的laya命名空间 那么临...
来源: Laya_社区 发布时间: 20200809
...sprite添加颜色滤镜效果,按钮预制体在附件test1中的assets/resources/Btn中 如果同一层级下,添加多个相同按钮预制体,并在这些按钮预制体中添加spine特效(3.8)时,先添加的按钮组件悬浮时会影响到后添加的预制体,表现为后添加的...
来源: Laya_社区 发布时间: 20250412
...:Image from origin 'file://' has been blocked from loading by Cross-Origin Resource Sharing policy: Invalid response. Origin 'null' is therefore not allowed access. 2017-07-07 0 0 分享 微博 QZONE 微信 Laya_XS 赞同来自: 那你需要解决跨域的问题了 2017-07-07 0 0 分享 微博 QZONE...
来源: Laya_社区 发布时间: 20170707
...te; import laya.display.Stage; import laya.filters.GlowFilter; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Filters_Glow { private const apePath:String = "../../res/apes/monkey2.png"; private var ape:Sprite; public function...
来源: Laya2.0_示例 发布时间: 20251209
...ckage { import laya.display.Sprite; import laya.display.Stage; import laya.resource.Texture; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Sprite_DisplayImage { public function Sprite_DisplayImage() { // 2D场景不显示时打开 Laya.Config.isAntialias...
来源: Laya2.0_示例 发布时间: 20251209
... png = window.conch.convertBitmapToPng(data, 640, 1136); var cc = new laya.resource.Texture(data); ss.source = cc; // Laya.stage.addChild(sp);//添加到舞台 } function errorHandler(url) { gbx.log("2222222222222222") } } ss 是一个image, data 已经下载到了 在native下,怎么画出来 ...
来源: Laya_社区 发布时间: 20180201
...): void Defined in laya/d3/core/render/PostEffect/ScalableAO.ts:79 scaleAO resource init Returns void Globals "laya/d3/core/render/PostEffect/ScalableAO" AOQUALITY ScalableAO constructor active aoColor aoQuality intensity radius effectInit getCameraDepthTextureModeFlag release render init Legend Cla...
来源: Laya3.0_api 发布时间: 20231115
... Android: 工程目录下的assets/scripts/config.js IOS:工程目录下的resources/scripts/config.js config.js中的内容如下所示,开发者可以根据自己的需求进行修改: window.loadingView = new loadingView(); if(window.loadingView) { window.loadingView.loadingAutoClose=true;//t...
来源: Laya3.0_文档 发布时间: 20251010