大约有 3,288 项符合查询结果, 库内数据总量为 31,580 项。 (搜索耗时: 0.0072 秒)
Laya_社区(1556) Laya3.0_api(799) Laya2.0_api(368) laya_api(298) Laya2.0_文档(201) Laya3.0_文档(45) Laya2.0_示例(12) Laya_示例(9)
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
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
...; 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
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
... 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
...Common,Events undefined等等 * 其实主要原因在于 1. laya会根据index.html顺序把各种js写入code.js 2. matter.js在生成code.js后他定义的var Matter并不是全局的,因此导致后面需要调用Matter的地方都会报错 > 比如在LayaRender.js中 ,会调用到Matter...
来源: Laya_社区 发布时间: 20180516
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
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
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
...问一下:我要怎么样才能调用到js里面的函数? 首先是在index.html中去包一下这个js库,然后我后来的了解中,有看到LayaAir.d.ts,想问下这个.d.ts是什么? 是不是说,我首先得在index.html里面手动包这个库 然后我还需要在.d.ts里面自...
来源: Laya_社区 发布时间: 20180408