大约有 2,911 项符合查询结果, 库内数据总量为 31,671 项。 (搜索耗时: 0.0053 秒)
Laya_社区(1721) Laya3.0_api(672) Laya2.0_文档(152) Laya2.0_api(128) laya_api(122) Laya3.0_文档(89) Laya2.0_示例(16) Laya_示例(11)
...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Inherited constructor Inherited property Inherited method Inherited accessor Class Class with type parameter Accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...Mode = Laya.Stage.SCREEN_NONE; var uiResArr =[ {url:"res/atlas/comp.atlas",type: Laya.Loader.ATLAS}, ]; Laya.loader.load (uiResArr , Laya.Handler.create(this,this.onLoded)); //加载图片 this.byte = new Laya.Byte(); //这里我们采用小端 this.byte.endian = Laya.Byte.LITTLE_ENDIAN; th...
来源: Laya_社区 发布时间: 20180210
...cle2D无法直接拖拽到场景中使用,望解决 发布后文件内 {"type":"Particle2D","props":{"y":821,"x":239,"url":"effects/lizi02.part","runtime":"laya.particle.Particle2D"}运行报错 Uncaught Can not find class laya.particle.Particle2D 我将laya.particle.Particle2D 改成 Particle2D...
来源: Laya_社区 发布时间: 20191127
...ked destroyed enabled hideFlags id intensity lightWorldMatrix lightmapBakedType shadowDepthBias shadowDistance shadowMode shadowNearPlane shadowNormalBias shadowResolution shadowStrength Methods _initialize _setOwner destroy hasHideFlag onAdded onAwake onDestroy onDisable onEnable onLateUpdate onPos...
来源: Laya3.0_api 发布时间: 20231115
...自: Laya.init(1200, 400); Laya.loader.load([{ url: "res/atlas/comp.json", type: Loader.ATLAS }], Handler.create(this, this.onLoaded)); function onLoaded(): void { var hbox: laya.ui.HBox = new laya.ui.HBox(); for (var i: number = 0; i < 10; i++) { var skin: string; switch (i) { case 0: skin = "co...
来源: Laya_社区 发布时间: 20170607
...PreRender onReset onStart onUpdate Legend Object literal Variable Function Type alias Class Class with type parameter Property Accessor Inherited constructor Inherited property Inherited method Inherited accessor Enumeration Interface
来源: Laya3.0_api 发布时间: 20231115
...ttps://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=2D&category=UI&class=laya.ui.HSlider)。 ## 2、通过LayaAirIDE创建HSlider组件 ### 1.1 创建HSlider 点击选择资源面板里的 HSlider 组件资源,拖放到页面编辑区,即可添加 HSlider 组件...
来源: Laya2.0_文档 发布时间: 20210715
...了释放资源的函数,会报错如下: laya.webgl.js:5713 Uncaught TypeError: Cannot read property '_targets' of null at WebGLContext2D.__proto.drawCanvas (laya.webgl.js:5713) at RenderContext.__proto.drawCanvas (laya.core.js:5822) at RenderSprite3D.__proto._canvas (laya.core.js:6219) at Spri...
来源: Laya_社区 发布时间: 20181016
...r Could not attach to main target 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. 微信小游戏:HTMLDivElement的使用 版本不匹配! 全局 tsc (2.2.2) != VS Code 的语言服务(2.1.5)。可能出现不一致的编译错误 2.2.0beta4 发布微信小游戏,...
来源: Laya_社区 发布时间: 20170607
...,怎么调用微信小程序API 使用3D时候,Property 'getComponentByType' does not exist on type 'Node'. TextInput重写onFocus和onBlur事件监听不到 LayaAirIDE下如何使用mask? 微信小游戏:HTMLDivElement的使用 图集打包找不到图集文件 问题状态 最新活动: 20...
来源: Laya_社区 发布时间: 20170627