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

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

1. LayaAir引擎工具会员专属功能介绍(TypeScript-简介篇(TS)-LayaAir引擎简介) [ 100%]

...plate = new Laya.Templet();             template.on(Laya.Event.COMPLETE, this, function() {                 let skeleton = template.buildArmature(0);                 Laya.stage.addChild(skeleton);                 skeleton.pos(300, 300);  ...

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

2. LayaAir和原生DOM交互(ActionScript-2D进阶篇(AS3)-扩展模块) [ 82%]

...it(500,500); var httpreq:HttpRequest = new HttpRequest(); httpreq.on(Event.COMPLETE,this,this.completeHandler); httpreq.on(Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private function completeHandler(e:Object):void { var script:Object = Browser.document.createElement("script"); ...

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

3. LayaAir和原生DOM交互(JavaScript-2D进阶篇(JS)-扩展模块) [ 76%]

...init(500,500); var httpreq = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,completeHandler); httpreq.on(Laya.Event.ERROR,this,errorHandler); httpreq.send("demo1.js"); function completeHandler(e){ var script = Laya.Browser.document.createElement("script"); Laya.Browser.document.body.app...

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

4. LayaAir和原生DOM交互(TypeScript-2D进阶篇(TS)-扩展模块) [ 73%]

...r httpreq:Laya.HttpRequest = new Laya.HttpRequest(); httpreq.on(Laya.Event.COMPLETE,this,this.completeHandler); httpreq.on(Laya.Event.ERROR,this,this.errorHandler); httpreq.send("demo1.js"); } private completeHandler(e:any):void{ var script:any = Laya.Browser.document.createElement("script"); Laya.B...

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

5. Unity插件使用说明(TypeScript-3D基础(TS)-LayaAir3D之3D场景可视化编辑) [ 73%]

...除模式) | 部分支持(包括:Always Animate 总是播放、Cull Completely完全剔除) | ##### Animator Controller State 在Aniamtor组件属性中双击Controller打开动画控制器的面板,选中`State`(状态),可以看到下图面板。 ![img](img/4.6-2.png) 在上图中的Un...

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