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

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

171. laya.d3.component.physics.MeshCollider [ 67%]

...lasses | Index | Frames No Frames MeshColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class MeshColliderInheritanceMeshCollider Collider Component3D EventDispatcher Object MeshCollider 类用于创建网格碰撞器。 Public Properties Hide Inherited Public ...

来源: laya_api 发布时间: 20170929

172. laya.d3.component.animation.SkinAnimations [ 67%]

...sses | Index | Frames No Frames SkinAnimationsProperties | Methods | Events Packagelaya.d3.component.animationClasspublic class SkinAnimationsInheritanceSkinAnimations KeyframeAnimations Component3D EventDispatcher Object SkinAnimations 类用于创建蒙皮动画组件。 Public Properties H...

来源: laya_api 发布时间: 20170929

173. laya.display.BitmapFont_API3.0 [ 66%]

...ference _removeReference _setCPUMemory _setCreateURL _setGPUMemory destroy event getMaxHeight getMaxWidth getTextWidth hasListener isCreateFromURL off offAll offAllCaller on once parseFont destroyUnusedResources loadFont Constructors constructor new BitmapFont(): BitmapFont Overrides Resource.__cons...

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

174. HttpRequest 回调方法都没执行 LayaAir 1.7.17 beta JS版本 [ 66%]

...tp = new Laya.HttpRequest(); //new一个HttpRequest类 this.http.once(Laya.Event.PROGRESS,this,this.onProgress); //数据传输中 this.http.once(Laya.Event.COMPLETE,this,this.onComplete); //数据传输完成后,会返回一个data this.http.once(Laya.Event.ERROR,this,this.onError); //数据传...

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

175. 关于HttpRequest [ 66%]

... CommonUtils.urlEncode(obj); var hr = new Laya.HttpRequest(); hr.once(Laya.Event.PROGRESS, this, function (e) { console.log(e); }); hr.once(Laya.Event.COMPLETE, this, function () { console.log(hr.data); }); hr.once(Laya.Event.ERROR, this, function (e) { console.log(e); }); hr.send('http://stone.tt.b...

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

176. laya.resource.HTMLCanvas_API3.0 [ 66%]

...e _removeReference _setCPUMemory _setCreateURL _setGPUMemory clear destroy event getContext getMemSize getTexture hasListener isCreateFromURL off offAll offAllCaller on once release size toBase64 toBase64Async destroyUnusedResources Constructors constructor new HTMLCanvas(createCanvas?: boolean): HT...

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

177. AS类中初始化JS类相关问题 [ 66%]

...容,都要使用import和export吗? 关于apk打包动画卡的问题 event自定义事件的问题 问题状态 最新活动: 2018-05-24 11:33 浏览: 946 关注: 2 人

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

178. laya.d3.component.physics.BoxCollider [ 65%]

...Classes | Index | Frames No Frames BoxColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class BoxColliderInheritanceBoxCollider Collider Component3D EventDispatcher Object BoxCollider 类用于创建盒子碰撞器。 Public Properties Hide Inherited Public Pro...

来源: laya_api 发布时间: 20170929

179. laya.d3.component.physics.SphereCollider [ 65%]

...sses | Index | Frames No Frames SphereColliderProperties | Methods | Events Packagelaya.d3.component.physicsClasspublic class SphereColliderInheritanceSphereCollider Collider Component3D EventDispatcher Object SphereCollider 类用于创建球碰撞器。 Public Properties Hide Inherited Publ...

来源: laya_api 发布时间: 20170929

180. 如何给loadprogress传参数? [ 65%]

...能用类似命令行,或者编译参数等等方式调用? Dispather.event参数传的是数组,为什么收到的参数却是个int类型? 点击按钮打开对话框的时候能往对话框中传一个参数吗 as3中如何定义html中的id参数 对象池对类怎么传参数 http 请...

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