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

大约有 506 项符合查询结果, 库内数据总量为 30,724 项。 (搜索耗时: 0.0066 秒)

311. laya.d3.core.SkinnedMeshSprite3D_API3.0 [ 48%]

...生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from RenderableSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3...

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

312. laya.d3.core.trail.TrailSprite3D_API3.0 [ 48%]

...生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from RenderableSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3...

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

313. laya.d3.core.SimpleSkinnedMeshSprite3D_API3.0 [ 47%]

...生效。 Returns Sprite3D 克隆实例。 Static load load(url: string, complete: Handler): void Inherited from RenderableSprite3D.load Defined in laya/d3/core/Sprite3D.ts:77 加载网格模板。 Parameters url: string 模板地址。 complete: Handler 完成回掉。 Returns void Globals "laya/d3...

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

314. laya.ui.MoreGame [ 47%]

...olean 是否是全面屏 包括 安卓跟苹果 MoreGame load(url:String, complete:Handler = null, progress:Handler = null):void[static] 加载场景及场景使用到的资源 Scene loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设...

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

315. laya.d3.core.RenderableSprite3D [ 47%]

...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...

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

316. laya.ui.View [ 47%]

...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler = null, progress:Handler = null):void[static] 加载场景及场景使用到的资源 Scene loadImage(url:String, complete:Handler = null):Sprite 加载并显示一个图片。相当于加载图片后,设...

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

317. HttpRequest详解(JavaScript-LayaAir基础篇(JS)-数据与通信) [ 47%]

...Request(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Event.COMPLETE,this,completeHandler); xhr.once(Event.ERROR,this,errorHandler); xhr.on(Event.PROGRESS,this,processHandler); xhr.send("res/data.data","","get","text"); function processHandler(data){ console.log(data); } function erro...

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

318. laya.d3.terrain.TerrainChunk [ 47%]

...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...

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

319. laya.d3.core.SkinnedMeshSprite3D [ 47%]

...定事件类型是否是鼠标事件。 EventDispatcher load(url:String, complete:Handler):void[static] 加载网格模板。 Sprite3D off(type:String, caller:*, listener:Function, onceOnly:Boolean = false):EventDispatcher 从 EventDispatcher 对象中删除侦听器。 EventDispatcher offAll(typ...

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

320. HttpRequest详解(TypeScript-LayaAir基础篇(TS)-数据与通信) [ 47%]

...st(); xhr.http.timeout = 10000;//设置超时时间; xhr.once(Laya.Event.COMPLETE, this, this.completeHandler); xhr.once(Laya.Event.ERROR, this, this.errorHandler); xhr.on(Laya.Event.PROGRESS, this, this.processHandler); xhr.send("res/data.data", "", "get", "text"); console.log("aaaa"); } private ...

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