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

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

731. laya.d3.core.particleshuriken.module.shape.SphereShape_API3.0 [ 76%]

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/particleShuriKen/module/shape/SphereShape" SphereShape Class SphereShape SphereShape 类用于创建球形粒子形状。 H...

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

732. laya.d3.core.particleshuriken.module.shape.HemisphereShape_API3.0 [ 76%]

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/particleShuriKen/module/shape/HemisphereShape" HemisphereShape Class HemisphereShape HemisphereShape 类用于创建半球...

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

733. Morn下List组件如何给每一条列表添加Click事件,是需要for吗? [ 76%]

...; var arr:Array=[]; for(var i:int=0;i<95;i++) { arr.push({icon:i,label:"Index"+i}); } boxList.array=arr; boxList.mouseHandler=new Handler(listRender); } private function listRender(e:MouseEvent,index:int):void { // TODO Auto Generated method stub if(e.type==MouseEvent.CLICK) { if(index==2) { trac...

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

734. laya.d3.core.particleshuriken.module.TextureSheetAnimation_API3.0 [ 76%]

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/particleShuriKen/module/TextureSheetAnimation" TextureSheetAnimation Class TextureSheetAnimation TextureSheetAnimation 类...

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

735. 使用blendMode=add模式时,某些手机上无法正常显示,出现黑底 [ 76%]

...        Laya.stage.addChild(image);              var index:int = 0;             Laya.stage.timerLoop(1, this, function():void{index++;image.alpha = Math.sin(Math.PI*2*(index/24))})              var image:Image = new Image();             image...

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

736. 生成微信小游戏时各种"undefined"(已解决) [ 75%]

...Common,Events undefined等等 * 其实主要原因在于  1. laya会根据index.html顺序把各种js写入code.js  2. matter.js在生成code.js后他定义的var Matter并不是全局的,因此导致后面需要调用Matter的地方都会报错  > 比如在LayaRender.js中 ,会调用到Matter...

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

737. Laya_API3.0 [ 75%]

Search Preparing search index... The search index is not available layaair Options All Public Public/Protected All Inherited Externals Only exported Menu Globals "Laya" Laya Class Laya Laya 是全局对象的引用入口集。 Laya类引用了一些常用的全局对象,比如Laya.stage:舞台...

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

738. laya.d3.core.render.RenderContext3D_API3.0 [ 75%]

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/render/RenderContext3D" RenderContext3D Class RenderContext3D RenderContext3D 类用于实现渲染状态。 Hierarchy Rend...

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

739. laya.ani.bone.Templet [ 75%]

API DocumentationAll Packages | All Classes | Index | Frames No Frames TempletProperties | Methods | Events Packagelaya.ani.boneClasspublic class TempletInheritanceTemplet laya.ani.AnimationTemplet 动画模板类 Public Properties PropertyDefined By  aniSectionDic : ObjectTemplet  bi...

来源: Laya2.0_api 发布时间: 20190513

740. ts调js库 [ 75%]

...问一下:我要怎么样才能调用到js里面的函数? 首先是在index.html中去包一下这个js库,然后我后来的了解中,有看到LayaAir.d.ts,想问下这个.d.ts是什么? 是不是说,我首先得在index.html里面手动包这个库 然后我还需要在.d.ts里面自...

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