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

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

741. 时间轴动画(ActionScript-LayaAir基础篇(AS3)-动画基础) [ 41%]

# 时间轴动画编辑器详解 *【注意】本篇教程采用LayaAirIDE 2.0.0版本,文中如有不同请以最新LayaAirIDE版本为准。* > 时间轴动画编辑器最是LayaAirIDE中的核心模块,通过对时间轴上的关键帧制作,自动生成运动中的动画帧,可快捷的...

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

742. 内存优化方式(ActionScript-2D进阶篇(AS3)-性能优化) [ 40%]

...圾对象,有效的提高程序的运行速度和稳定性**。 #### 1.1 LayaAir引擎的对象池类 LayaAir引擎提供了对象池类[laya.utils.Pool](https://layaair2.ldc2.layabox.com/api2/Chinese/index.html?version=2.9.0beta&type=Core&category=Utils&class=laya.utils.Pool),用于对象的存...

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

743. laya.ui.View [ 40%]

...| Index | Frames No Frames ViewProperties | Methods | Events Packagelaya.uiClasspublic class ViewInheritanceView Box Component Sprite Node EventDispatcher ObjectSubclasses Dialog View 是一个视图类。 Public Properties Hide Inherited Public Properties Show Inherited Public Properties Pro...

来源: laya_api 发布时间: 20170929

744. LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 [ 40%]

LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题 LayaAirID 打包app测试 apk无法开启webgl。用浏览器扫码进入就没问题。 试过几台不一样的android机都是一样的。 2018-01-06 添加评论 免费帖 --> 分享 微博 QZONE 微信 没有...

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

745. 示例打地鼠发布打包后提示TypeError: this.preinitialize is not a function [ 39%]

...peError: this.preinitialize is not a function $ adb shell am start -n "com.layabox.game/demo.MainActivity" -a android.intent.action.MAIN -c android.intent.category.LAUNCHER -D Waiting for application to come online: com.layabox.game.test | com.layabox.game Connecting to com.layabox.game Capturing an...

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

746. 3d资源释放的问题 [ 38%]

...这个特效用到了哪些资源,你只需要creat(.lh)就可以了,laya底层会根据lh里的结构去组织资源。创建完成后,我们就可以通过getRes(.lh)得到这个资源的原型对象,即一个Sprite3D对象,这个原型对象就是你这个特效的“根”,它如果...

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

747. laya.ui.Box [ 37%]

... | Index | Frames No Frames BoxProperties | Methods | Events Packagelaya.uiClasspublic class BoxInheritanceBox Component Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, Tree, UIGroup, View, ViewStack Box 类是一个控件容器类。 Public Properties Hide...

来源: laya_api 发布时间: 20170929

748. laya.ui.Box [ 37%]

... | Index | Frames No Frames BoxProperties | Methods | Events Packagelaya.uiClasspublic class BoxInheritanceBox UIComponent Sprite Node EventDispatcher ObjectImplements IBoxSubclasses LayoutBox, List, Panel, ScaleBox, Tree, UIGroup, ViewStack Box 类是一个控件容器类。 Public Propertie...

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

749. laya.ui.FrameClip [ 37%]

...ndex | Frames No Frames FrameClipProperties | Methods | Events Packagelaya.uiClasspublic class FrameClipInheritanceFrameClip FrameAnimation AnimationPlayerBase Sprite Node EventDispatcher Object 关键帧动画播放类 Public Properties Hide Inherited Public Properties Show Inherited Public Pr...

来源: laya_api 发布时间: 20170422

750. 关于截屏的问题 [ 36%]

...   代码如下: console.log("onCharge-------------------------1"); if( Laya.Browser.window.conch ) { console.log("onCharge-------------------------2"); Laya.Browser.window.conch.captureScreen(function(arrayBuff,width,height){ console.log("onCharge-------------------------3"); //存储文件的...

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