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

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

2131. laya.d3.renderobjs.nativeobj.NativeBaseRenderNode_API3.0 [ 43%]

...sform Legend Class Class with type parameter Constructor Property Accessor Object literal Variable Function Type alias Enumeration Interface

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

2132. 在list的data中给HTMLDIVElement 的innerHTML赋值不成功 [ 43%]

...;/span>'; for (var i:int = 0; i < chatListData.length; i++){ var obj:Object={ day:{text:chatListData[i].day}, time:{text:chatListData[i].time}, news:{innerHTML:'<span style="color:#75AC78;font-size:20px;">'+"fgdfdfgdfgdfgdf"+'</span>'}, visible:true }; if(chatLi...

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

2133. laya.d3.resource.models.SkyDome_API3.0 [ 43%]

...pe clearRenderParams destroy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

2134. laya.utils.Timer [ 43%]

...rties | Methods Packagelaya.utilsClasspublic class TimerInheritanceTimer Object Timer 是时钟管理类。它是一个单例,不要手动实例化此类,应该通过 Laya.timer 访问。 Public Properties PropertyDefined By  currFrame : int = 0 当前的帧数。Timer  currTimer : Number...

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

2135. laya.d3.physicscannon.shape.CannonBoxColliderShape_API3.0 [ 43%]

...BoxColliderShape.ts:79 inheritdoc override Returns any cloneTo cloneTo(destObject: any): void Inherited from CannonColliderShape.cloneTo Defined in laya/d3/physicsCannon/shape/CannonColliderShape.ts:185 克隆。 Parameters destObject: any 克隆源。 Returns void destroy destroy(): void Inherited ...

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

2136. LayaIDE运行正常,微信开发者工具加载FairyGUI官方库文件报错 [ 43%]

...rAt' of undefined TypeError: Cannot read property 'charAt' of undefined at Object.Laya.init (<anonymous>:23:7239) at new t (<anonymous>:41:2251) at <anonymous>:41:2762 at require (<anonymous>:206:5799) at <anonymous>:206:5548 at <anonymous>:47:323 at require (<...

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

2137. laya.d3.webxr.core.AxiGamepad_API3.0 [ 43%]

...roy event hasListener off offAll offAllCaller on once ButtonGamepad Legend Object literal Variable Function Type alias Class Class with type parameter Property Method Enumeration Interface Inherited method Static property

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

2138. laya.d3.core.trail.TrailGeometry_API3.0 [ 43%]

...ar clearRenderParams destroy setDrawArrayParams setDrawElemenParams Legend Object literal Variable Function Type alias Class Class with type parameter Constructor Method Inherited property Inherited method Inherited accessor Enumeration Interface Static property

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

2139. 求HTTP相关的文档或者例子谢谢了 [ 43%]

...b trace("加载完成!!!") var str:String=event.target.data; var jsonObject:Object=JSON.parse(str); trace(jsonObject.status); trace(jsonObject.message) } protected function progressEventHandler(event:ProgressEvent):void { // TODO Auto-generated method stub trace("正在加载"); } protected fu...

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

2140. Shader预编译(JavaScript-3D基础(JS)-LayaAir3D之shader) [ 43%]

...完成相关shader预编译。 > 当鼠标按下时,构建需要导出的Object。下方示例改自官方边缘光照(Shader_GlowingEdge)示例 ```typescript Laya.stage.on(Event.MOUSE_DOWN,this,function(){ let arr; for(let i = 0;i 生成的相关数据 ```typescript { "GlowingEdgeMaterial":[ { "d...

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